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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2157",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2158,
    "results": [
        {
            "start": 869501470,
            "stop": 869501812
        },
        {
            "start": 869501818,
            "stop": 869505232
        },
        {
            "start": 869505569,
            "stop": 869505989
        },
        {
            "start": 869506289,
            "stop": 869508588
        },
        {
            "start": 869508591,
            "stop": 869508594
        },
        {
            "start": 869508604,
            "stop": 869513668
        },
        {
            "start": 869513862,
            "stop": 869516682
        },
        {
            "start": 869516688,
            "stop": 869517740
        },
        {
            "start": 869517749,
            "stop": 869517752
        },
        {
            "start": 869517755,
            "stop": 869521785
        },
        {
            "start": 869521790,
            "stop": 869521825
        },
        {
            "start": 869521830,
            "stop": 869522667
        },
        {
            "start": 869522668,
            "stop": 869522719
        },
        {
            "start": 869522722,
            "stop": 869522931
        },
        {
            "start": 869522934,
            "stop": 869524013
        },
        {
            "start": 869526206,
            "stop": 869526660
        },
        {
            "start": 869526720,
            "stop": 869527147
        },
        {
            "start": 869527150,
            "stop": 869528242
        },
        {
            "start": 869528245,
            "stop": 869528280
        },
        {
            "start": 869528340,
            "stop": 869528411
        }
    ]
}