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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=348",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 349,
    "results": [
        {
            "start": 870549890,
            "stop": 870553559
        },
        {
            "start": 870556709,
            "stop": 870558161
        },
        {
            "start": 870558165,
            "stop": 870558617
        },
        {
            "start": 870558621,
            "stop": 870558778
        },
        {
            "start": 870558782,
            "stop": 870558787
        },
        {
            "start": 870558791,
            "stop": 870558797
        },
        {
            "start": 870558800,
            "stop": 870558879
        },
        {
            "start": 870558883,
            "stop": 870559291
        },
        {
            "start": 870559295,
            "stop": 870559990
        },
        {
            "start": 870563501,
            "stop": 870563577
        },
        {
            "start": 870563581,
            "stop": 870563601
        },
        {
            "start": 870563605,
            "stop": 870564664
        },
        {
            "start": 870564668,
            "stop": 870564688
        },
        {
            "start": 870564692,
            "stop": 870564698
        },
        {
            "start": 870564706,
            "stop": 870564712
        },
        {
            "start": 870564721,
            "stop": 870564742
        },
        {
            "start": 870564750,
            "stop": 870564756
        },
        {
            "start": 870564764,
            "stop": 870564794
        },
        {
            "start": 870564812,
            "stop": 870568788
        },
        {
            "start": 870569475,
            "stop": 870573010
        }
    ]
}