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=645
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=646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=644",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 645,
    "results": [
        {
            "start": 829260363,
            "stop": 829260366
        },
        {
            "start": 829260370,
            "stop": 829260457
        },
        {
            "start": 829260461,
            "stop": 829260631
        },
        {
            "start": 829260650,
            "stop": 829260813
        },
        {
            "start": 829260816,
            "stop": 829261657
        },
        {
            "start": 829261660,
            "stop": 829261686
        },
        {
            "start": 829261690,
            "stop": 829261708
        },
        {
            "start": 829261712,
            "stop": 829261722
        },
        {
            "start": 829261726,
            "stop": 829262048
        },
        {
            "start": 829262051,
            "stop": 829262139
        },
        {
            "start": 829262142,
            "stop": 829262264
        },
        {
            "start": 829262267,
            "stop": 829263105
        },
        {
            "start": 829263109,
            "stop": 829263371
        },
        {
            "start": 829278749,
            "stop": 829279040
        },
        {
            "start": 829279057,
            "stop": 829279590
        },
        {
            "start": 829279593,
            "stop": 829279643
        },
        {
            "start": 829279660,
            "stop": 829280097
        },
        {
            "start": 829280114,
            "stop": 829280640
        },
        {
            "start": 829280700,
            "stop": 829281855
        },
        {
            "start": 829281872,
            "stop": 829283247
        }
    ]
}