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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=216",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 217,
    "results": [
        {
            "start": 933184576,
            "stop": 933184588
        },
        {
            "start": 933184590,
            "stop": 933184603
        },
        {
            "start": 933184605,
            "stop": 933184617
        },
        {
            "start": 933184621,
            "stop": 933184633
        },
        {
            "start": 933184635,
            "stop": 933184647
        },
        {
            "start": 933184650,
            "stop": 933184662
        },
        {
            "start": 933184666,
            "stop": 933184815
        },
        {
            "start": 933185175,
            "stop": 933186462
        },
        {
            "start": 933186464,
            "stop": 933186912
        },
        {
            "start": 933186915,
            "stop": 933188146
        },
        {
            "start": 933188148,
            "stop": 933188248
        },
        {
            "start": 933188250,
            "stop": 933188415
        },
        {
            "start": 933188775,
            "stop": 933188803
        },
        {
            "start": 933188805,
            "stop": 933189329
        },
        {
            "start": 933189389,
            "stop": 933189629
        },
        {
            "start": 933189689,
            "stop": 933190169
        },
        {
            "start": 933190229,
            "stop": 933190769
        },
        {
            "start": 933190829,
            "stop": 933190873
        },
        {
            "start": 933190875,
            "stop": 933190889
        },
        {
            "start": 933190949,
            "stop": 933191369
        }
    ]
}