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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=312",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 313,
    "results": [
        {
            "start": 818728560,
            "stop": 818728571
        },
        {
            "start": 818728591,
            "stop": 818728606
        },
        {
            "start": 818728664,
            "stop": 818728680
        },
        {
            "start": 818728804,
            "stop": 818728820
        },
        {
            "start": 818728841,
            "stop": 818728849
        },
        {
            "start": 818728869,
            "stop": 818728939
        },
        {
            "start": 818728989,
            "stop": 818728992
        },
        {
            "start": 818729020,
            "stop": 818729022
        },
        {
            "start": 818729057,
            "stop": 818729059
        },
        {
            "start": 818729088,
            "stop": 818729093
        },
        {
            "start": 818729121,
            "stop": 818729143
        },
        {
            "start": 818729164,
            "stop": 818729212
        },
        {
            "start": 818729272,
            "stop": 818729273
        },
        {
            "start": 818729277,
            "stop": 818729299
        },
        {
            "start": 818729331,
            "stop": 818729340
        },
        {
            "start": 818729400,
            "stop": 818729410
        },
        {
            "start": 818729586,
            "stop": 818729589
        },
        {
            "start": 818729614,
            "stop": 818729615
        },
        {
            "start": 818729812,
            "stop": 818729834
        },
        {
            "start": 818729885,
            "stop": 818729887
        }
    ]
}