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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 157,
    "results": [
        {
            "start": 818061761,
            "stop": 818061763
        },
        {
            "start": 818061766,
            "stop": 818061767
        },
        {
            "start": 818061773,
            "stop": 818061796
        },
        {
            "start": 818061799,
            "stop": 818061812
        },
        {
            "start": 818061815,
            "stop": 818061817
        },
        {
            "start": 818061822,
            "stop": 818061823
        },
        {
            "start": 818061829,
            "stop": 818061830
        },
        {
            "start": 818061834,
            "stop": 818061841
        },
        {
            "start": 818061844,
            "stop": 818061859
        },
        {
            "start": 818061862,
            "stop": 818061869
        },
        {
            "start": 818061874,
            "stop": 818061876
        },
        {
            "start": 818061879,
            "stop": 818061881
        },
        {
            "start": 818061885,
            "stop": 818061889
        },
        {
            "start": 818061893,
            "stop": 818061900
        },
        {
            "start": 818061960,
            "stop": 818061961
        },
        {
            "start": 818061968,
            "stop": 818061970
        },
        {
            "start": 818061973,
            "stop": 818061975
        },
        {
            "start": 818061980,
            "stop": 818061987
        },
        {
            "start": 818061990,
            "stop": 818062005
        },
        {
            "start": 818062009,
            "stop": 818062012
        }
    ]
}