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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8848",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8849,
    "results": [
        {
            "start": 872974053,
            "stop": 872974100
        },
        {
            "start": 872974118,
            "stop": 872974139
        },
        {
            "start": 872974156,
            "stop": 872974190
        },
        {
            "start": 872974209,
            "stop": 872974223
        },
        {
            "start": 872974241,
            "stop": 872974290
        },
        {
            "start": 872974308,
            "stop": 872974352
        },
        {
            "start": 872974369,
            "stop": 872974370
        },
        {
            "start": 872974400,
            "stop": 872974408
        },
        {
            "start": 872974426,
            "stop": 872974453
        },
        {
            "start": 872974470,
            "stop": 872974490
        },
        {
            "start": 872974507,
            "stop": 872974544
        },
        {
            "start": 872974562,
            "stop": 872974584
        },
        {
            "start": 872974601,
            "stop": 872974660
        },
        {
            "start": 872974680,
            "stop": 872974737
        },
        {
            "start": 872976317,
            "stop": 872976331
        },
        {
            "start": 872976349,
            "stop": 872976360
        },
        {
            "start": 872976780,
            "stop": 872976928
        },
        {
            "start": 872977053,
            "stop": 872977132
        },
        {
            "start": 872977149,
            "stop": 872977160
        },
        {
            "start": 872977178,
            "stop": 872977197
        }
    ]
}