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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=286",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 287,
    "results": [
        {
            "start": 1177813096,
            "stop": 1177814080
        },
        {
            "start": 1177814081,
            "stop": 1177814085
        },
        {
            "start": 1177814086,
            "stop": 1177823188
        },
        {
            "start": 1177823189,
            "stop": 1177823672
        },
        {
            "start": 1177823675,
            "stop": 1177823677
        },
        {
            "start": 1177823678,
            "stop": 1177824445
        },
        {
            "start": 1177824446,
            "stop": 1177824672
        },
        {
            "start": 1177824673,
            "stop": 1177824675
        },
        {
            "start": 1177824676,
            "stop": 1177824969
        },
        {
            "start": 1177824970,
            "stop": 1177825614
        },
        {
            "start": 1177825617,
            "stop": 1177825622
        },
        {
            "start": 1177825628,
            "stop": 1177825633
        },
        {
            "start": 1177825638,
            "stop": 1177825643
        },
        {
            "start": 1177825648,
            "stop": 1177825653
        },
        {
            "start": 1177825656,
            "stop": 1177825715
        },
        {
            "start": 1177825719,
            "stop": 1177825722
        },
        {
            "start": 1177825727,
            "stop": 1177825730
        },
        {
            "start": 1177825736,
            "stop": 1177825739
        },
        {
            "start": 1177825744,
            "stop": 1177825747
        },
        {
            "start": 1177825753,
            "stop": 1177825755
        }
    ]
}