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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=176",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 177,
    "results": [
        {
            "start": 816910507,
            "stop": 816910510
        },
        {
            "start": 816910515,
            "stop": 816910524
        },
        {
            "start": 816910529,
            "stop": 816910607
        },
        {
            "start": 816910611,
            "stop": 816910651
        },
        {
            "start": 816910660,
            "stop": 816910670
        },
        {
            "start": 816910674,
            "stop": 816910688
        },
        {
            "start": 816910711,
            "stop": 816910713
        },
        {
            "start": 816910718,
            "stop": 816910727
        },
        {
            "start": 816910734,
            "stop": 816910738
        },
        {
            "start": 816910744,
            "stop": 816910751
        },
        {
            "start": 816910757,
            "stop": 816910758
        },
        {
            "start": 816910766,
            "stop": 816910773
        },
        {
            "start": 816910780,
            "stop": 816910789
        },
        {
            "start": 816910828,
            "stop": 816910830
        },
        {
            "start": 816910836,
            "stop": 816910837
        },
        {
            "start": 816910841,
            "stop": 816910873
        },
        {
            "start": 816910877,
            "stop": 816910899
        },
        {
            "start": 816910904,
            "stop": 816910908
        },
        {
            "start": 816910912,
            "stop": 816910916
        },
        {
            "start": 816910920,
            "stop": 816910921
        }
    ]
}