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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4144",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4145,
    "results": [
        {
            "start": 874293820,
            "stop": 874293833
        },
        {
            "start": 874293852,
            "stop": 874293855
        },
        {
            "start": 874293880,
            "stop": 874293899
        },
        {
            "start": 874294019,
            "stop": 874294032
        },
        {
            "start": 874294062,
            "stop": 874294128
        },
        {
            "start": 874294147,
            "stop": 874294201
        },
        {
            "start": 874294224,
            "stop": 874294261
        },
        {
            "start": 874294280,
            "stop": 874294308
        },
        {
            "start": 874294332,
            "stop": 874294362
        },
        {
            "start": 874294399,
            "stop": 874294419
        },
        {
            "start": 874294439,
            "stop": 874294443
        },
        {
            "start": 874294463,
            "stop": 874294480
        },
        {
            "start": 874294499,
            "stop": 874294526
        },
        {
            "start": 874294545,
            "stop": 874294549
        },
        {
            "start": 874294568,
            "stop": 874294573
        },
        {
            "start": 874294594,
            "stop": 874294663
        },
        {
            "start": 874294682,
            "stop": 874294725
        },
        {
            "start": 874294745,
            "stop": 874294753
        },
        {
            "start": 874294773,
            "stop": 874294849
        },
        {
            "start": 874294868,
            "stop": 874294883
        }
    ]
}