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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=173",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 174,
    "results": [
        {
            "start": 1131186459,
            "stop": 1131186492
        },
        {
            "start": 1131186493,
            "stop": 1131186502
        },
        {
            "start": 1131186503,
            "stop": 1131186586
        },
        {
            "start": 1131186587,
            "stop": 1131186601
        },
        {
            "start": 1131186602,
            "stop": 1131186604
        },
        {
            "start": 1131186605,
            "stop": 1131186608
        },
        {
            "start": 1131186609,
            "stop": 1131186613
        },
        {
            "start": 1131186615,
            "stop": 1131186658
        },
        {
            "start": 1131186659,
            "stop": 1131186666
        },
        {
            "start": 1131186667,
            "stop": 1131186675
        },
        {
            "start": 1131186677,
            "stop": 1131186767
        },
        {
            "start": 1131186768,
            "stop": 1131186772
        },
        {
            "start": 1131186773,
            "stop": 1131186777
        },
        {
            "start": 1131186778,
            "stop": 1131186805
        },
        {
            "start": 1131186806,
            "stop": 1131186814
        },
        {
            "start": 1131186815,
            "stop": 1131186850
        },
        {
            "start": 1131186851,
            "stop": 1131186910
        },
        {
            "start": 1131186911,
            "stop": 1131186921
        },
        {
            "start": 1131186922,
            "stop": 1131186924
        },
        {
            "start": 1131186925,
            "stop": 1131186977
        }
    ]
}