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=3657
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=3658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3656",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3657,
    "results": [
        {
            "start": 872675444,
            "stop": 872679154
        },
        {
            "start": 872679171,
            "stop": 872679263
        },
        {
            "start": 872679280,
            "stop": 872680636
        },
        {
            "start": 872680653,
            "stop": 872681823
        },
        {
            "start": 872681840,
            "stop": 872681897
        },
        {
            "start": 872681914,
            "stop": 872682471
        },
        {
            "start": 872682488,
            "stop": 872682697
        },
        {
            "start": 872682714,
            "stop": 872685892
        },
        {
            "start": 872685909,
            "stop": 872686501
        },
        {
            "start": 872686518,
            "stop": 872686757
        },
        {
            "start": 872686774,
            "stop": 872686937
        },
        {
            "start": 872686954,
            "stop": 872687204
        },
        {
            "start": 872687221,
            "stop": 872688478
        },
        {
            "start": 872688495,
            "stop": 872692182
        },
        {
            "start": 872692201,
            "stop": 872692263
        },
        {
            "start": 872692280,
            "stop": 872692455
        },
        {
            "start": 872692472,
            "stop": 872693520
        },
        {
            "start": 872693580,
            "stop": 872693635
        },
        {
            "start": 872693652,
            "stop": 872694150
        },
        {
            "start": 872694167,
            "stop": 872695589
        }
    ]
}