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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=167",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 168,
    "results": [
        {
            "start": 819950695,
            "stop": 819951074
        },
        {
            "start": 819951078,
            "stop": 819952832
        },
        {
            "start": 819952835,
            "stop": 819952960
        },
        {
            "start": 819952963,
            "stop": 819953313
        },
        {
            "start": 819953316,
            "stop": 819953596
        },
        {
            "start": 819953599,
            "stop": 819953849
        },
        {
            "start": 819953852,
            "stop": 819953898
        },
        {
            "start": 819953901,
            "stop": 819954248
        },
        {
            "start": 819954251,
            "stop": 819954401
        },
        {
            "start": 819954404,
            "stop": 819956181
        },
        {
            "start": 819956184,
            "stop": 819956286
        },
        {
            "start": 819956289,
            "stop": 819956313
        },
        {
            "start": 819956317,
            "stop": 819957118
        },
        {
            "start": 819957121,
            "stop": 819957176
        },
        {
            "start": 819957179,
            "stop": 819957624
        },
        {
            "start": 819957627,
            "stop": 819957930
        },
        {
            "start": 819957933,
            "stop": 819958563
        },
        {
            "start": 819958567,
            "stop": 819958604
        },
        {
            "start": 819958607,
            "stop": 819958668
        },
        {
            "start": 819958671,
            "stop": 819958894
        }
    ]
}