Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=64",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 65,
    "results": [
        {
            "start": 817304782,
            "stop": 817304833
        },
        {
            "start": 817304840,
            "stop": 817304963
        },
        {
            "start": 817304970,
            "stop": 817305022
        },
        {
            "start": 817305029,
            "stop": 817305072
        },
        {
            "start": 817305101,
            "stop": 817305162
        },
        {
            "start": 817305170,
            "stop": 817305528
        },
        {
            "start": 817305535,
            "stop": 817305565
        },
        {
            "start": 817305598,
            "stop": 817305653
        },
        {
            "start": 817305682,
            "stop": 817305861
        },
        {
            "start": 817305890,
            "stop": 817306009
        },
        {
            "start": 817306054,
            "stop": 817306155
        },
        {
            "start": 817306187,
            "stop": 817306239
        },
        {
            "start": 817306288,
            "stop": 817306407
        },
        {
            "start": 817306414,
            "stop": 817306470
        },
        {
            "start": 817306779,
            "stop": 817306790
        },
        {
            "start": 817306819,
            "stop": 817306887
        },
        {
            "start": 817306894,
            "stop": 817306902
        },
        {
            "start": 817306935,
            "stop": 817306946
        },
        {
            "start": 817307004,
            "stop": 817307119
        },
        {
            "start": 817307148,
            "stop": 817307165
        }
    ]
}