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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3632",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3633,
    "results": [
        {
            "start": 872344752,
            "stop": 872344762
        },
        {
            "start": 872344779,
            "stop": 872344992
        },
        {
            "start": 872345009,
            "stop": 872345089
        },
        {
            "start": 872345106,
            "stop": 872345340
        },
        {
            "start": 872345460,
            "stop": 872345471
        },
        {
            "start": 872345774,
            "stop": 872345780
        },
        {
            "start": 872345940,
            "stop": 872346205
        },
        {
            "start": 872346505,
            "stop": 872346846
        },
        {
            "start": 872346865,
            "stop": 872347207
        },
        {
            "start": 872347224,
            "stop": 872347756
        },
        {
            "start": 872347802,
            "stop": 872348074
        },
        {
            "start": 872348108,
            "stop": 872348183
        },
        {
            "start": 872348200,
            "stop": 872348274
        },
        {
            "start": 872348297,
            "stop": 872348307
        },
        {
            "start": 872348328,
            "stop": 872348376
        },
        {
            "start": 872348407,
            "stop": 872348452
        },
        {
            "start": 872365308,
            "stop": 872365462
        },
        {
            "start": 872365466,
            "stop": 872365470
        },
        {
            "start": 872365473,
            "stop": 872365567
        },
        {
            "start": 872365572,
            "stop": 872365921
        }
    ]
}