Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=19",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 20,
    "results": [
        {
            "start": 1377918461,
            "stop": 1377935752
        },
        {
            "start": 1377939803,
            "stop": 1377940421
        },
        {
            "start": 1377944351,
            "stop": 1377949617
        },
        {
            "start": 1377960044,
            "stop": 1377960316
        },
        {
            "start": 1377982666,
            "stop": 1377983433
        },
        {
            "start": 1377988668,
            "stop": 1378010640
        },
        {
            "start": 1378016695,
            "stop": 1378021048
        },
        {
            "start": 1378024512,
            "stop": 1378055180
        },
        {
            "start": 1378060064,
            "stop": 1378062290
        },
        {
            "start": 1378076786,
            "stop": 1378080084
        },
        {
            "start": 1378088395,
            "stop": 1378110282
        },
        {
            "start": 1378110361,
            "stop": 1378141483
        },
        {
            "start": 1378145374,
            "stop": 1378163033
        },
        {
            "start": 1378163179,
            "stop": 1378164358
        },
        {
            "start": 1378164760,
            "stop": 1378200841
        },
        {
            "start": 1378211421,
            "stop": 1378224625
        },
        {
            "start": 1378241229,
            "stop": 1378244506
        },
        {
            "start": 1378263688,
            "stop": 1378273612
        },
        {
            "start": 1378278430,
            "stop": 1378342358
        },
        {
            "start": 1378349335,
            "stop": 1378356078
        }
    ]
}