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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=30",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 31,
    "results": [
        {
            "start": 935751213,
            "stop": 935758791
        },
        {
            "start": 937801896,
            "stop": 937804123
        },
        {
            "start": 937804181,
            "stop": 937812161
        },
        {
            "start": 937833858,
            "stop": 937847529
        },
        {
            "start": 937878164,
            "stop": 937893008
        },
        {
            "start": 937896849,
            "stop": 937912998
        },
        {
            "start": 937921459,
            "stop": 937926954
        },
        {
            "start": 937929145,
            "stop": 937940610
        },
        {
            "start": 937942520,
            "stop": 937943226
        },
        {
            "start": 938004408,
            "stop": 938008802
        },
        {
            "start": 938012306,
            "stop": 938016943
        },
        {
            "start": 938021663,
            "stop": 938024130
        },
        {
            "start": 938024258,
            "stop": 938026887
        },
        {
            "start": 938027196,
            "stop": 938029028
        },
        {
            "start": 938029312,
            "stop": 938030650
        },
        {
            "start": 938035980,
            "stop": 938039517
        },
        {
            "start": 938039523,
            "stop": 938042640
        },
        {
            "start": 938042646,
            "stop": 938042773
        },
        {
            "start": 938043653,
            "stop": 938044016
        },
        {
            "start": 938044022,
            "stop": 938044676
        }
    ]
}