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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=203",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 204,
    "results": [
        {
            "start": 827029206,
            "stop": 827031308
        },
        {
            "start": 827031310,
            "stop": 827031714
        },
        {
            "start": 827031717,
            "stop": 827031718
        },
        {
            "start": 827031720,
            "stop": 827031725
        },
        {
            "start": 827031727,
            "stop": 827031734
        },
        {
            "start": 827031736,
            "stop": 827031752
        },
        {
            "start": 827031754,
            "stop": 827031819
        },
        {
            "start": 827032502,
            "stop": 827034219
        },
        {
            "start": 827034222,
            "stop": 827034229
        },
        {
            "start": 827034247,
            "stop": 827034248
        },
        {
            "start": 827034250,
            "stop": 827034252
        },
        {
            "start": 827034255,
            "stop": 827034293
        },
        {
            "start": 827034297,
            "stop": 827034298
        },
        {
            "start": 827034305,
            "stop": 827034307
        },
        {
            "start": 827034314,
            "stop": 827034345
        },
        {
            "start": 827034350,
            "stop": 827034362
        },
        {
            "start": 827034373,
            "stop": 827034380
        },
        {
            "start": 827034384,
            "stop": 827034391
        },
        {
            "start": 827034396,
            "stop": 827034397
        },
        {
            "start": 827034402,
            "stop": 827034408
        }
    ]
}