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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=319",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 320,
    "results": [
        {
            "start": 821244061,
            "stop": 821244142
        },
        {
            "start": 821244182,
            "stop": 821244331
        },
        {
            "start": 821244350,
            "stop": 821244502
        },
        {
            "start": 821244539,
            "stop": 821244661
        },
        {
            "start": 821244680,
            "stop": 821244785
        },
        {
            "start": 821244805,
            "stop": 821244822
        },
        {
            "start": 821244842,
            "stop": 821244935
        },
        {
            "start": 821244962,
            "stop": 821245044
        },
        {
            "start": 821245063,
            "stop": 821245151
        },
        {
            "start": 821245170,
            "stop": 821245229
        },
        {
            "start": 821245248,
            "stop": 821245273
        },
        {
            "start": 821245292,
            "stop": 821245321
        },
        {
            "start": 821245340,
            "stop": 821245347
        },
        {
            "start": 821245377,
            "stop": 821245414
        },
        {
            "start": 821245433,
            "stop": 821245442
        },
        {
            "start": 821245461,
            "stop": 821245496
        },
        {
            "start": 821245519,
            "stop": 821245520
        },
        {
            "start": 821245539,
            "stop": 821245679
        },
        {
            "start": 821245698,
            "stop": 821245752
        },
        {
            "start": 821245771,
            "stop": 821245788
        }
    ]
}