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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=154",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 155,
    "results": [
        {
            "start": 816849016,
            "stop": 816849073
        },
        {
            "start": 816849080,
            "stop": 816849127
        },
        {
            "start": 816849134,
            "stop": 816849138
        },
        {
            "start": 816849160,
            "stop": 816849164
        },
        {
            "start": 816849169,
            "stop": 816849187
        },
        {
            "start": 816849204,
            "stop": 816849226
        },
        {
            "start": 816849229,
            "stop": 816849255
        },
        {
            "start": 816849261,
            "stop": 816849264
        },
        {
            "start": 816849270,
            "stop": 816849272
        },
        {
            "start": 816849277,
            "stop": 816849289
        },
        {
            "start": 816849295,
            "stop": 816849296
        },
        {
            "start": 816849304,
            "stop": 816849346
        },
        {
            "start": 816849351,
            "stop": 816849412
        },
        {
            "start": 816849420,
            "stop": 816849434
        },
        {
            "start": 816849438,
            "stop": 816849440
        },
        {
            "start": 816849446,
            "stop": 816849448
        },
        {
            "start": 816849451,
            "stop": 816849470
        },
        {
            "start": 816849476,
            "stop": 816849497
        },
        {
            "start": 816849503,
            "stop": 816849505
        },
        {
            "start": 816849511,
            "stop": 816849512
        }
    ]
}