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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=123",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 124,
    "results": [
        {
            "start": 816765406,
            "stop": 816765444
        },
        {
            "start": 816765448,
            "stop": 816765463
        },
        {
            "start": 816765466,
            "stop": 816765499
        },
        {
            "start": 816765528,
            "stop": 816765569
        },
        {
            "start": 816765577,
            "stop": 816765599
        },
        {
            "start": 816765602,
            "stop": 816765611
        },
        {
            "start": 816765616,
            "stop": 816765718
        },
        {
            "start": 816765722,
            "stop": 816765730
        },
        {
            "start": 816765735,
            "stop": 816765751
        },
        {
            "start": 816765755,
            "stop": 816765764
        },
        {
            "start": 816765767,
            "stop": 816765770
        },
        {
            "start": 816765775,
            "stop": 816765801
        },
        {
            "start": 816765804,
            "stop": 816765808
        },
        {
            "start": 816765813,
            "stop": 816765831
        },
        {
            "start": 816765835,
            "stop": 816765841
        },
        {
            "start": 816765845,
            "stop": 816765847
        },
        {
            "start": 816765851,
            "stop": 816765932
        },
        {
            "start": 816765962,
            "stop": 816765963
        },
        {
            "start": 816765993,
            "stop": 816766032
        },
        {
            "start": 816766061,
            "stop": 816766217
        }
    ]
}