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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=50",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 51,
    "results": [
        {
            "start": 942746283,
            "stop": 942746301
        },
        {
            "start": 942746388,
            "stop": 942746396
        },
        {
            "start": 942746550,
            "stop": 942746572
        },
        {
            "start": 942747242,
            "stop": 942747887
        },
        {
            "start": 942748704,
            "stop": 942749021
        },
        {
            "start": 942751260,
            "stop": 942751520
        },
        {
            "start": 942754534,
            "stop": 942754617
        },
        {
            "start": 942797396,
            "stop": 942799211
        },
        {
            "start": 942799727,
            "stop": 942799819
        },
        {
            "start": 942800430,
            "stop": 942807924
        },
        {
            "start": 942809022,
            "stop": 942814552
        },
        {
            "start": 942815527,
            "stop": 942818032
        },
        {
            "start": 942818956,
            "stop": 942820440
        },
        {
            "start": 942821321,
            "stop": 942823933
        },
        {
            "start": 942824903,
            "stop": 942826259
        },
        {
            "start": 942826862,
            "stop": 942827496
        },
        {
            "start": 942828603,
            "stop": 942828795
        },
        {
            "start": 942830123,
            "stop": 942830146
        },
        {
            "start": 942830935,
            "stop": 942831814
        },
        {
            "start": 942832642,
            "stop": 942832651
        }
    ]
}