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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=349",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 350,
    "results": [
        {
            "start": 818868994,
            "stop": 818869004
        },
        {
            "start": 818869155,
            "stop": 818869166
        },
        {
            "start": 818869221,
            "stop": 818869230
        },
        {
            "start": 818869268,
            "stop": 818869280
        },
        {
            "start": 818869284,
            "stop": 818869380
        },
        {
            "start": 818869687,
            "stop": 818869732
        },
        {
            "start": 818869786,
            "stop": 818869789
        },
        {
            "start": 818869823,
            "stop": 818869826
        },
        {
            "start": 818870048,
            "stop": 818870054
        },
        {
            "start": 818870084,
            "stop": 818870090
        },
        {
            "start": 818870111,
            "stop": 818870116
        },
        {
            "start": 818870157,
            "stop": 818870159
        },
        {
            "start": 818870179,
            "stop": 818870211
        },
        {
            "start": 818870456,
            "stop": 818870466
        },
        {
            "start": 818870488,
            "stop": 818870502
        },
        {
            "start": 818870679,
            "stop": 818870682
        },
        {
            "start": 818870760,
            "stop": 818870777
        },
        {
            "start": 818870780,
            "stop": 818870809
        },
        {
            "start": 818870853,
            "stop": 818870871
        },
        {
            "start": 818870971,
            "stop": 818870972
        }
    ]
}