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=4979
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=4980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4978",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4979,
    "results": [
        {
            "start": 874501105,
            "stop": 874501199
        },
        {
            "start": 874501206,
            "stop": 874501300
        },
        {
            "start": 874501307,
            "stop": 874501368
        },
        {
            "start": 874503159,
            "stop": 874505024
        },
        {
            "start": 874505205,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874506046
        },
        {
            "start": 874506053,
            "stop": 874506215
        },
        {
            "start": 874506222,
            "stop": 874506267
        },
        {
            "start": 874506274,
            "stop": 874506562
        },
        {
            "start": 874506570,
            "stop": 874506634
        },
        {
            "start": 874506641,
            "stop": 874506700
        },
        {
            "start": 874506707,
            "stop": 874506739
        },
        {
            "start": 874506746,
            "stop": 874506913
        },
        {
            "start": 874506926,
            "stop": 874507018
        },
        {
            "start": 874507025,
            "stop": 874507033
        },
        {
            "start": 874507040,
            "stop": 874507144
        },
        {
            "start": 874507151,
            "stop": 874507238
        },
        {
            "start": 874507245,
            "stop": 874507397
        },
        {
            "start": 874507404,
            "stop": 874507463
        },
        {
            "start": 874507470,
            "stop": 874507693
        }
    ]
}