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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5233",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5234,
    "results": [
        {
            "start": 875148073,
            "stop": 875148098
        },
        {
            "start": 875148105,
            "stop": 875148113
        },
        {
            "start": 875148120,
            "stop": 875148121
        },
        {
            "start": 875148128,
            "stop": 875148167
        },
        {
            "start": 875148174,
            "stop": 875148199
        },
        {
            "start": 875148206,
            "stop": 875148214
        },
        {
            "start": 875148222,
            "stop": 875148292
        },
        {
            "start": 875148304,
            "stop": 875148354
        },
        {
            "start": 875148362,
            "stop": 875148402
        },
        {
            "start": 875148409,
            "stop": 875148482
        },
        {
            "start": 875148489,
            "stop": 875148599
        },
        {
            "start": 875148607,
            "stop": 875148625
        },
        {
            "start": 875148635,
            "stop": 875148717
        },
        {
            "start": 875148724,
            "stop": 875148761
        },
        {
            "start": 875148768,
            "stop": 875148900
        },
        {
            "start": 875148907,
            "stop": 875149064
        },
        {
            "start": 875149071,
            "stop": 875149078
        },
        {
            "start": 875149085,
            "stop": 875149736
        },
        {
            "start": 875149743,
            "stop": 875150164
        },
        {
            "start": 875150171,
            "stop": 875150405
        }
    ]
}