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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=225",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 226,
    "results": [
        {
            "start": 933958409,
            "stop": 933958769
        },
        {
            "start": 933958829,
            "stop": 933958932
        },
        {
            "start": 933958934,
            "stop": 933958952
        },
        {
            "start": 933958955,
            "stop": 933958956
        },
        {
            "start": 933958958,
            "stop": 933958965
        },
        {
            "start": 933958967,
            "stop": 933958981
        },
        {
            "start": 933958983,
            "stop": 933958987
        },
        {
            "start": 933958990,
            "stop": 933959006
        },
        {
            "start": 933959009,
            "stop": 933959012
        },
        {
            "start": 933959015,
            "stop": 933959021
        },
        {
            "start": 933959024,
            "stop": 933959030
        },
        {
            "start": 933959034,
            "stop": 933959129
        },
        {
            "start": 933959189,
            "stop": 933959906
        },
        {
            "start": 933965109,
            "stop": 933965274
        },
        {
            "start": 933965277,
            "stop": 933965489
        },
        {
            "start": 933965549,
            "stop": 933965669
        },
        {
            "start": 933965789,
            "stop": 933966029
        },
        {
            "start": 933966149,
            "stop": 933966150
        },
        {
            "start": 933966156,
            "stop": 933966161
        },
        {
            "start": 933966167,
            "stop": 933966172
        }
    ]
}