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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=113
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 113,
    "results": [
        {
            "start": 931349963,
            "stop": 931349978
        },
        {
            "start": 931349980,
            "stop": 931350001
        },
        {
            "start": 931350003,
            "stop": 931350006
        },
        {
            "start": 931350007,
            "stop": 931350009
        },
        {
            "start": 931350011,
            "stop": 931350148
        },
        {
            "start": 931350149,
            "stop": 931350202
        },
        {
            "start": 931350204,
            "stop": 931350211
        },
        {
            "start": 931350212,
            "stop": 931350220
        },
        {
            "start": 931350222,
            "stop": 931350274
        },
        {
            "start": 931350275,
            "stop": 931350342
        },
        {
            "start": 931350343,
            "stop": 931350352
        },
        {
            "start": 931350355,
            "stop": 931350364
        },
        {
            "start": 931350366,
            "stop": 931350387
        },
        {
            "start": 931350388,
            "stop": 931350392
        },
        {
            "start": 931350394,
            "stop": 931350410
        },
        {
            "start": 931350412,
            "stop": 931350426
        },
        {
            "start": 931350427,
            "stop": 931350467
        },
        {
            "start": 931350469,
            "stop": 931350472
        },
        {
            "start": 931350474,
            "stop": 931350475
        },
        {
            "start": 931350477,
            "stop": 931350480
        }
    ]
}