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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9864",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9865,
    "results": [
        {
            "start": 870242425,
            "stop": 870242564
        },
        {
            "start": 870242581,
            "stop": 870247127
        },
        {
            "start": 870247144,
            "stop": 870249804
        },
        {
            "start": 870249821,
            "stop": 870250890
        },
        {
            "start": 870252963,
            "stop": 870255345
        },
        {
            "start": 870255362,
            "stop": 870258346
        },
        {
            "start": 870258363,
            "stop": 870260828
        },
        {
            "start": 870260845,
            "stop": 870263571
        },
        {
            "start": 870263588,
            "stop": 870266102
        },
        {
            "start": 870266119,
            "stop": 870267466
        },
        {
            "start": 870267502,
            "stop": 870269190
        },
        {
            "start": 870270985,
            "stop": 870273581
        },
        {
            "start": 870282723,
            "stop": 870287464
        },
        {
            "start": 870287481,
            "stop": 870290398
        },
        {
            "start": 870290696,
            "stop": 870290700
        },
        {
            "start": 870290760,
            "stop": 870317094
        },
        {
            "start": 870317111,
            "stop": 870332313
        },
        {
            "start": 870332330,
            "stop": 870335227
        },
        {
            "start": 870335244,
            "stop": 870335984
        },
        {
            "start": 870336021,
            "stop": 870336090
        }
    ]
}