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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3518",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3519,
    "results": [
        {
            "start": 871429449,
            "stop": 871429658
        },
        {
            "start": 871429675,
            "stop": 871429760
        },
        {
            "start": 871429783,
            "stop": 871431117
        },
        {
            "start": 871431134,
            "stop": 871431177
        },
        {
            "start": 871431194,
            "stop": 871431200
        },
        {
            "start": 871431238,
            "stop": 871431392
        },
        {
            "start": 871431416,
            "stop": 871431420
        },
        {
            "start": 871431540,
            "stop": 871431593
        },
        {
            "start": 871431610,
            "stop": 871432011
        },
        {
            "start": 871432028,
            "stop": 871432107
        },
        {
            "start": 871432168,
            "stop": 871432179
        },
        {
            "start": 871432201,
            "stop": 871432679
        },
        {
            "start": 871432719,
            "stop": 871432828
        },
        {
            "start": 871432845,
            "stop": 871432932
        },
        {
            "start": 871432949,
            "stop": 871432976
        },
        {
            "start": 871432993,
            "stop": 871433512
        },
        {
            "start": 871433580,
            "stop": 871433933
        },
        {
            "start": 871433950,
            "stop": 871434037
        },
        {
            "start": 871434054,
            "stop": 871434657
        },
        {
            "start": 871434674,
            "stop": 871434682
        }
    ]
}