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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=244",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 245,
    "results": [
        {
            "start": 1177810750,
            "stop": 1177810819
        },
        {
            "start": 1177810820,
            "stop": 1177811083
        },
        {
            "start": 1177811085,
            "stop": 1177811400
        },
        {
            "start": 1177811401,
            "stop": 1177811774
        },
        {
            "start": 1177811778,
            "stop": 1177812019
        },
        {
            "start": 1177812020,
            "stop": 1177813095
        },
        {
            "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
        }
    ]
}