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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=286",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 287,
    "results": [
        {
            "start": 937804181,
            "stop": 937812161
        },
        {
            "start": 937833858,
            "stop": 937847529
        },
        {
            "start": 937878164,
            "stop": 937891316
        },
        {
            "start": 937891324,
            "stop": 937891366
        },
        {
            "start": 937891372,
            "stop": 937891388
        },
        {
            "start": 937891394,
            "stop": 937893008
        },
        {
            "start": 937893729,
            "stop": 937893772
        },
        {
            "start": 937896849,
            "stop": 937899145
        },
        {
            "start": 937899152,
            "stop": 937899166
        },
        {
            "start": 937899174,
            "stop": 937899250
        },
        {
            "start": 937899260,
            "stop": 937902828
        },
        {
            "start": 937902834,
            "stop": 937913103
        },
        {
            "start": 937921459,
            "stop": 937927059
        },
        {
            "start": 937929145,
            "stop": 937940715
        },
        {
            "start": 937942520,
            "stop": 937943331
        },
        {
            "start": 938004408,
            "stop": 938008907
        },
        {
            "start": 938011265,
            "stop": 938011271
        },
        {
            "start": 938012306,
            "stop": 938016943
        },
        {
            "start": 938021663,
            "stop": 938024130
        },
        {
            "start": 938024258,
            "stop": 938026887
        }
    ]
}