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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=14",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 15,
    "results": [
        {
            "start": 1375252392,
            "stop": 1375272058
        },
        {
            "start": 1375276218,
            "stop": 1375290545
        },
        {
            "start": 1375290558,
            "stop": 1375293365
        },
        {
            "start": 1375297900,
            "stop": 1375305264
        },
        {
            "start": 1375305275,
            "stop": 1375321840
        },
        {
            "start": 1375327073,
            "stop": 1375335894
        },
        {
            "start": 1375343160,
            "stop": 1375344304
        },
        {
            "start": 1375346519,
            "stop": 1375364096
        },
        {
            "start": 1375381741,
            "stop": 1375396103
        },
        {
            "start": 1375402953,
            "stop": 1375407283
        },
        {
            "start": 1375428542,
            "stop": 1375428550
        },
        {
            "start": 1375461610,
            "stop": 1375464164
        },
        {
            "start": 1375465896,
            "stop": 1375485126
        },
        {
            "start": 1375491642,
            "stop": 1375495812
        },
        {
            "start": 1375499487,
            "stop": 1375506199
        },
        {
            "start": 1375506923,
            "stop": 1375516044
        },
        {
            "start": 1375516646,
            "stop": 1375516691
        },
        {
            "start": 1375516843,
            "stop": 1375516883
        },
        {
            "start": 1375520590,
            "stop": 1375525123
        },
        {
            "start": 1375528678,
            "stop": 1375536438
        }
    ]
}