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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=430",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 431,
    "results": [
        {
            "start": 866769626,
            "stop": 866769633
        },
        {
            "start": 866769636,
            "stop": 866769690
        },
        {
            "start": 866769693,
            "stop": 866769714
        },
        {
            "start": 866769718,
            "stop": 866769756
        },
        {
            "start": 866769760,
            "stop": 866769804
        },
        {
            "start": 866769808,
            "stop": 866769874
        },
        {
            "start": 866769877,
            "stop": 866769890
        },
        {
            "start": 866769898,
            "stop": 866769902
        },
        {
            "start": 866769906,
            "stop": 866769921
        },
        {
            "start": 866769925,
            "stop": 866769930
        },
        {
            "start": 866769939,
            "stop": 866769950
        },
        {
            "start": 866769964,
            "stop": 866769997
        },
        {
            "start": 866770001,
            "stop": 866770144
        },
        {
            "start": 866770148,
            "stop": 866770159
        },
        {
            "start": 866770163,
            "stop": 866770173
        },
        {
            "start": 866770184,
            "stop": 866770221
        },
        {
            "start": 866770224,
            "stop": 866770240
        },
        {
            "start": 866770244,
            "stop": 866770353
        },
        {
            "start": 866770362,
            "stop": 866770383
        },
        {
            "start": 866770386,
            "stop": 866770422
        }
    ]
}