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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=730",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 731,
    "results": [
        {
            "start": 866139070,
            "stop": 866139652
        },
        {
            "start": 866139655,
            "stop": 866139894
        },
        {
            "start": 866139897,
            "stop": 866141266
        },
        {
            "start": 866141270,
            "stop": 866143861
        },
        {
            "start": 866143864,
            "stop": 866145596
        },
        {
            "start": 866145599,
            "stop": 866149329
        },
        {
            "start": 866149332,
            "stop": 866150165
        },
        {
            "start": 866150168,
            "stop": 866150367
        },
        {
            "start": 866150370,
            "stop": 866150376
        },
        {
            "start": 866153219,
            "stop": 866157809
        },
        {
            "start": 866157812,
            "stop": 866158124
        },
        {
            "start": 866158127,
            "stop": 866158852
        },
        {
            "start": 866158855,
            "stop": 866159734
        },
        {
            "start": 866162254,
            "stop": 866162720
        },
        {
            "start": 866162723,
            "stop": 866162787
        },
        {
            "start": 866163727,
            "stop": 866163909
        },
        {
            "start": 866163912,
            "stop": 866164114
        },
        {
            "start": 866164117,
            "stop": 866164136
        },
        {
            "start": 866174443,
            "stop": 866175496
        },
        {
            "start": 866175499,
            "stop": 866175693
        }
    ]
}