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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=84",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 85,
    "results": [
        {
            "start": 816651828,
            "stop": 816651945
        },
        {
            "start": 816651991,
            "stop": 816652175
        },
        {
            "start": 816652179,
            "stop": 816652650
        },
        {
            "start": 816653610,
            "stop": 816653653
        },
        {
            "start": 816653658,
            "stop": 816653701
        },
        {
            "start": 816653708,
            "stop": 816653888
        },
        {
            "start": 816653893,
            "stop": 816653894
        },
        {
            "start": 816653906,
            "stop": 816653945
        },
        {
            "start": 816653950,
            "stop": 816654293
        },
        {
            "start": 816654297,
            "stop": 816654301
        },
        {
            "start": 816654306,
            "stop": 816654309
        },
        {
            "start": 816654312,
            "stop": 816654622
        },
        {
            "start": 816654626,
            "stop": 816654683
        },
        {
            "start": 816654686,
            "stop": 816654940
        },
        {
            "start": 816654945,
            "stop": 816654963
        },
        {
            "start": 816654970,
            "stop": 816654971
        },
        {
            "start": 816656274,
            "stop": 816656280
        },
        {
            "start": 816656295,
            "stop": 816656296
        },
        {
            "start": 816656299,
            "stop": 816656341
        },
        {
            "start": 816656350,
            "stop": 816656351
        }
    ]
}