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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=168",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 169,
    "results": [
        {
            "start": 818081429,
            "stop": 818081430
        },
        {
            "start": 818081435,
            "stop": 818081437
        },
        {
            "start": 818081473,
            "stop": 818081477
        },
        {
            "start": 818081483,
            "stop": 818081486
        },
        {
            "start": 818081506,
            "stop": 818081508
        },
        {
            "start": 818081512,
            "stop": 818081514
        },
        {
            "start": 818081522,
            "stop": 818081525
        },
        {
            "start": 818081538,
            "stop": 818081541
        },
        {
            "start": 818081572,
            "stop": 818081573
        },
        {
            "start": 818081581,
            "stop": 818081583
        },
        {
            "start": 818081586,
            "stop": 818081591
        },
        {
            "start": 818081594,
            "stop": 818081595
        },
        {
            "start": 818081599,
            "stop": 818081600
        },
        {
            "start": 818081606,
            "stop": 818081611
        },
        {
            "start": 818081614,
            "stop": 818081615
        },
        {
            "start": 818081619,
            "stop": 818081621
        },
        {
            "start": 818081627,
            "stop": 818081629
        },
        {
            "start": 818081633,
            "stop": 818081636
        },
        {
            "start": 818081643,
            "stop": 818081645
        },
        {
            "start": 818081650,
            "stop": 818081653
        }
    ]
}