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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=205",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 206,
    "results": [
        {
            "start": 820392818,
            "stop": 820393008
        },
        {
            "start": 820393011,
            "stop": 820394324
        },
        {
            "start": 820394685,
            "stop": 820395292
        },
        {
            "start": 820395295,
            "stop": 820395810
        },
        {
            "start": 820395814,
            "stop": 820396116
        },
        {
            "start": 820396119,
            "stop": 820396854
        },
        {
            "start": 820396857,
            "stop": 820397770
        },
        {
            "start": 820397773,
            "stop": 820398639
        },
        {
            "start": 820407777,
            "stop": 820407889
        },
        {
            "start": 820407892,
            "stop": 820408435
        },
        {
            "start": 820408439,
            "stop": 820409716
        },
        {
            "start": 820409720,
            "stop": 820411219
        },
        {
            "start": 820411222,
            "stop": 820411407
        },
        {
            "start": 820411410,
            "stop": 820412273
        },
        {
            "start": 820412277,
            "stop": 820413941
        },
        {
            "start": 820413944,
            "stop": 820414162
        },
        {
            "start": 820414165,
            "stop": 820414241
        },
        {
            "start": 820414244,
            "stop": 820414267
        },
        {
            "start": 820414270,
            "stop": 820414948
        },
        {
            "start": 820414951,
            "stop": 820415471
        }
    ]
}