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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=228",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 229,
    "results": [
        {
            "start": 1177146898,
            "stop": 1177146954
        },
        {
            "start": 1177146956,
            "stop": 1177146994
        },
        {
            "start": 1177146995,
            "stop": 1177147074
        },
        {
            "start": 1177147079,
            "stop": 1177147082
        },
        {
            "start": 1177147083,
            "stop": 1177147095
        },
        {
            "start": 1177147096,
            "stop": 1177147097
        },
        {
            "start": 1177147098,
            "stop": 1177147100
        },
        {
            "start": 1177147106,
            "stop": 1177147257
        },
        {
            "start": 1177147258,
            "stop": 1177147261
        },
        {
            "start": 1177147264,
            "stop": 1177151178
        },
        {
            "start": 1177151179,
            "stop": 1177151180
        },
        {
            "start": 1177151181,
            "stop": 1177151721
        },
        {
            "start": 1177151722,
            "stop": 1177151759
        },
        {
            "start": 1177151760,
            "stop": 1177151975
        },
        {
            "start": 1177151976,
            "stop": 1177152433
        },
        {
            "start": 1177152434,
            "stop": 1177152500
        },
        {
            "start": 1177152502,
            "stop": 1177153435
        },
        {
            "start": 1177153436,
            "stop": 1177153439
        },
        {
            "start": 1177153440,
            "stop": 1177153441
        },
        {
            "start": 1177153442,
            "stop": 1177153443
        }
    ]
}