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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=187",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 188,
    "results": [
        {
            "start": 816918939,
            "stop": 816918948
        },
        {
            "start": 816918965,
            "stop": 816918968
        },
        {
            "start": 816920674,
            "stop": 816920693
        },
        {
            "start": 816920696,
            "stop": 816920697
        },
        {
            "start": 816920702,
            "stop": 816920706
        },
        {
            "start": 816920715,
            "stop": 816920719
        },
        {
            "start": 816920725,
            "stop": 816920773
        },
        {
            "start": 816920777,
            "stop": 816920786
        },
        {
            "start": 816920791,
            "stop": 816920800
        },
        {
            "start": 816920805,
            "stop": 816920829
        },
        {
            "start": 816920838,
            "stop": 816920881
        },
        {
            "start": 816920904,
            "stop": 816920935
        },
        {
            "start": 816920949,
            "stop": 816920981
        },
        {
            "start": 816920986,
            "stop": 816921007
        },
        {
            "start": 816921011,
            "stop": 816921087
        },
        {
            "start": 816921092,
            "stop": 816921256
        },
        {
            "start": 816921260,
            "stop": 816921404
        },
        {
            "start": 816921409,
            "stop": 816921415
        },
        {
            "start": 816921423,
            "stop": 816921427
        },
        {
            "start": 816921432,
            "stop": 816921582
        }
    ]
}