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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=367",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 368,
    "results": [
        {
            "start": 818863423,
            "stop": 818863463
        },
        {
            "start": 818863483,
            "stop": 818863514
        },
        {
            "start": 818863553,
            "stop": 818863567
        },
        {
            "start": 818863755,
            "stop": 818863807
        },
        {
            "start": 818863899,
            "stop": 818863930
        },
        {
            "start": 818864075,
            "stop": 818864128
        },
        {
            "start": 818864163,
            "stop": 818864175
        },
        {
            "start": 818864196,
            "stop": 818864201
        },
        {
            "start": 818864287,
            "stop": 818864307
        },
        {
            "start": 818864329,
            "stop": 818864331
        },
        {
            "start": 818864368,
            "stop": 818864403
        },
        {
            "start": 818864470,
            "stop": 818864484
        },
        {
            "start": 818864525,
            "stop": 818864530
        },
        {
            "start": 818864564,
            "stop": 818864578
        },
        {
            "start": 818864607,
            "stop": 818864616
        },
        {
            "start": 818864683,
            "stop": 818864718
        },
        {
            "start": 818864763,
            "stop": 818864773
        },
        {
            "start": 818864819,
            "stop": 818864846
        },
        {
            "start": 818864884,
            "stop": 818864896
        },
        {
            "start": 818864915,
            "stop": 818864921
        }
    ]
}