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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=785",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 786,
    "results": [
        {
            "start": 865872574,
            "stop": 865876520
        },
        {
            "start": 865877812,
            "stop": 865884920
        },
        {
            "start": 865885551,
            "stop": 865893508
        },
        {
            "start": 865897221,
            "stop": 865947208
        },
        {
            "start": 865950062,
            "stop": 865964947
        },
        {
            "start": 865971370,
            "stop": 865971913
        },
        {
            "start": 865973378,
            "stop": 865982203
        },
        {
            "start": 865982809,
            "stop": 865990339
        },
        {
            "start": 865992877,
            "stop": 865996605
        },
        {
            "start": 865997024,
            "stop": 866032206
        },
        {
            "start": 866033056,
            "stop": 866040547
        },
        {
            "start": 866040550,
            "stop": 866044291
        },
        {
            "start": 866044294,
            "stop": 866072849
        },
        {
            "start": 866072852,
            "stop": 866073494
        },
        {
            "start": 866073497,
            "stop": 866075658
        },
        {
            "start": 866076956,
            "stop": 866078001
        },
        {
            "start": 866078004,
            "stop": 866078070
        },
        {
            "start": 866078130,
            "stop": 866078310
        },
        {
            "start": 866084747,
            "stop": 866086256
        },
        {
            "start": 866088242,
            "stop": 866090203
        }
    ]
}