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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=171",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 172,
    "results": [
        {
            "start": 1131185597,
            "stop": 1131185601
        },
        {
            "start": 1131185602,
            "stop": 1131185604
        },
        {
            "start": 1131185605,
            "stop": 1131185613
        },
        {
            "start": 1131185614,
            "stop": 1131185644
        },
        {
            "start": 1131185645,
            "stop": 1131185689
        },
        {
            "start": 1131185690,
            "stop": 1131185692
        },
        {
            "start": 1131185693,
            "stop": 1131185709
        },
        {
            "start": 1131185710,
            "stop": 1131185757
        },
        {
            "start": 1131185758,
            "stop": 1131185765
        },
        {
            "start": 1131185766,
            "stop": 1131185784
        },
        {
            "start": 1131185785,
            "stop": 1131185798
        },
        {
            "start": 1131185799,
            "stop": 1131185812
        },
        {
            "start": 1131185813,
            "stop": 1131185830
        },
        {
            "start": 1131185831,
            "stop": 1131185838
        },
        {
            "start": 1131185839,
            "stop": 1131185846
        },
        {
            "start": 1131185847,
            "stop": 1131185884
        },
        {
            "start": 1131185885,
            "stop": 1131185899
        },
        {
            "start": 1131185900,
            "stop": 1131185948
        },
        {
            "start": 1131185949,
            "stop": 1131185952
        },
        {
            "start": 1131185953,
            "stop": 1131185963
        }
    ]
}