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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=186",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 187,
    "results": [
        {
            "start": 816918560,
            "stop": 816918570
        },
        {
            "start": 816918573,
            "stop": 816918575
        },
        {
            "start": 816918579,
            "stop": 816918590
        },
        {
            "start": 816918595,
            "stop": 816918599
        },
        {
            "start": 816918610,
            "stop": 816918612
        },
        {
            "start": 816918629,
            "stop": 816918631
        },
        {
            "start": 816918642,
            "stop": 816918643
        },
        {
            "start": 816918649,
            "stop": 816918652
        },
        {
            "start": 816918663,
            "stop": 816918670
        },
        {
            "start": 816918676,
            "stop": 816918684
        },
        {
            "start": 816918704,
            "stop": 816918707
        },
        {
            "start": 816918718,
            "stop": 816918752
        },
        {
            "start": 816918755,
            "stop": 816918807
        },
        {
            "start": 816918812,
            "stop": 816918816
        },
        {
            "start": 816918827,
            "stop": 816918829
        },
        {
            "start": 816918833,
            "stop": 816918835
        },
        {
            "start": 816918845,
            "stop": 816918851
        },
        {
            "start": 816918860,
            "stop": 816918868
        },
        {
            "start": 816918872,
            "stop": 816918888
        },
        {
            "start": 816918928,
            "stop": 816918935
        }
    ]
}