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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=146",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 147,
    "results": [
        {
            "start": 817145700,
            "stop": 817145710
        },
        {
            "start": 817145731,
            "stop": 817145754
        },
        {
            "start": 817145789,
            "stop": 817145820
        },
        {
            "start": 817146077,
            "stop": 817146087
        },
        {
            "start": 817146942,
            "stop": 817146960
        },
        {
            "start": 817147027,
            "stop": 817147064
        },
        {
            "start": 817167773,
            "stop": 817167840
        },
        {
            "start": 817168020,
            "stop": 817168027
        },
        {
            "start": 817168047,
            "stop": 817168049
        },
        {
            "start": 817168159,
            "stop": 817168182
        },
        {
            "start": 817168216,
            "stop": 817168226
        },
        {
            "start": 817168262,
            "stop": 817168263
        },
        {
            "start": 817168305,
            "stop": 817168326
        },
        {
            "start": 817168374,
            "stop": 817168446
        },
        {
            "start": 817168465,
            "stop": 817168468
        },
        {
            "start": 817168502,
            "stop": 817168560
        },
        {
            "start": 817168620,
            "stop": 817168676
        },
        {
            "start": 817168695,
            "stop": 817169100
        },
        {
            "start": 817169220,
            "stop": 817169305
        },
        {
            "start": 817169325,
            "stop": 817169331
        }
    ]
}