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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=141",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 142,
    "results": [
        {
            "start": 865867440,
            "stop": 865876520
        },
        {
            "start": 865877812,
            "stop": 865893508
        },
        {
            "start": 865895651,
            "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": 866075658
        },
        {
            "start": 866076956,
            "stop": 866078352
        },
        {
            "start": 866084747,
            "stop": 866086256
        },
        {
            "start": 866088242,
            "stop": 866099423
        },
        {
            "start": 866100776,
            "stop": 866110351
        },
        {
            "start": 866114075,
            "stop": 866123128
        },
        {
            "start": 866124252,
            "stop": 866125751
        },
        {
            "start": 866133755,
            "stop": 866135307
        },
        {
            "start": 866138632,
            "stop": 866150392
        },
        {
            "start": 866153219,
            "stop": 866159751
        },
        {
            "start": 866160678,
            "stop": 866160690
        }
    ]
}