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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=247",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 248,
    "results": [
        {
            "start": 933957480,
            "stop": 933957726
        },
        {
            "start": 933957728,
            "stop": 933957729
        },
        {
            "start": 933957731,
            "stop": 933958221
        },
        {
            "start": 933958223,
            "stop": 933958508
        },
        {
            "start": 933958510,
            "stop": 933958805
        },
        {
            "start": 933958807,
            "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": 933960011
        },
        {
            "start": 933965109,
            "stop": 933965274
        },
        {
            "start": 933965277,
            "stop": 933965496
        },
        {
            "start": 933965514,
            "stop": 933965695
        },
        {
            "start": 933965697,
            "stop": 933966131
        }
    ]
}