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=9983
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=9984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9982",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9983,
    "results": [
        {
            "start": 872063276,
            "stop": 872065590
        },
        {
            "start": 872066794,
            "stop": 872067771
        },
        {
            "start": 872067788,
            "stop": 872070104
        },
        {
            "start": 872070121,
            "stop": 872071257
        },
        {
            "start": 872071274,
            "stop": 872072266
        },
        {
            "start": 872072283,
            "stop": 872074637
        },
        {
            "start": 872074654,
            "stop": 872076791
        },
        {
            "start": 872076808,
            "stop": 872079139
        },
        {
            "start": 872079156,
            "stop": 872081303
        },
        {
            "start": 872081320,
            "stop": 872081901
        },
        {
            "start": 872081938,
            "stop": 872083663
        },
        {
            "start": 872083680,
            "stop": 872084165
        },
        {
            "start": 872084428,
            "stop": 872085529
        },
        {
            "start": 872085565,
            "stop": 872085603
        },
        {
            "start": 872085639,
            "stop": 872085885
        },
        {
            "start": 872085902,
            "stop": 872085990
        },
        {
            "start": 872087853,
            "stop": 872088297
        },
        {
            "start": 872088314,
            "stop": 872090024
        },
        {
            "start": 872090058,
            "stop": 872090640
        },
        {
            "start": 872090700,
            "stop": 872090933
        }
    ]
}