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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3740",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3741,
    "results": [
        {
            "start": 872876799,
            "stop": 872876800
        },
        {
            "start": 872876803,
            "stop": 872876804
        },
        {
            "start": 872876807,
            "stop": 872876811
        },
        {
            "start": 872876814,
            "stop": 872876815
        },
        {
            "start": 872876818,
            "stop": 872876819
        },
        {
            "start": 872876822,
            "stop": 872876827
        },
        {
            "start": 872876830,
            "stop": 872876832
        },
        {
            "start": 872876833,
            "stop": 872876834
        },
        {
            "start": 872876836,
            "stop": 872876837
        },
        {
            "start": 872876838,
            "stop": 872876842
        },
        {
            "start": 872876844,
            "stop": 872876847
        },
        {
            "start": 872876848,
            "stop": 872876849
        },
        {
            "start": 872876850,
            "stop": 872876853
        },
        {
            "start": 872876854,
            "stop": 872876855
        },
        {
            "start": 872876857,
            "stop": 872876862
        },
        {
            "start": 872876863,
            "stop": 872876874
        },
        {
            "start": 872876875,
            "stop": 872876889
        },
        {
            "start": 872876890,
            "stop": 872876902
        },
        {
            "start": 872876904,
            "stop": 872876907
        },
        {
            "start": 872876908,
            "stop": 872876916
        }
    ]
}