Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=189
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=188",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 189,
    "results": [
        {
            "start": 873845050,
            "stop": 873912500
        },
        {
            "start": 873939769,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873959125
        },
        {
            "start": 873960028,
            "stop": 873994932
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 874098316
        },
        {
            "start": 874098444,
            "stop": 874132554
        },
        {
            "start": 874133371,
            "stop": 874162756
        },
        {
            "start": 874181009,
            "stop": 874181606
        },
        {
            "start": 874182099,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874227036
        },
        {
            "start": 874227308,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874272877
        },
        {
            "start": 874274080,
            "stop": 874275426
        },
        {
            "start": 874276365,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874313452
        },
        {
            "start": 874314647,
            "stop": 874316926
        }
    ]
}