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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=700",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 701,
    "results": [
        {
            "start": 865971370,
            "stop": 865971913
        },
        {
            "start": 865973378,
            "stop": 865982203
        },
        {
            "start": 865982809,
            "stop": 865990339
        },
        {
            "start": 865992877,
            "stop": 865996605
        },
        {
            "start": 865997024,
            "stop": 866032206
        },
        {
            "start": 866033056,
            "stop": 866040539
        },
        {
            "start": 866040558,
            "stop": 866044283
        },
        {
            "start": 866044302,
            "stop": 866072841
        },
        {
            "start": 866072860,
            "stop": 866073486
        },
        {
            "start": 866073505,
            "stop": 866075658
        },
        {
            "start": 866076956,
            "stop": 866077993
        },
        {
            "start": 866078012,
            "stop": 866078070
        },
        {
            "start": 866078130,
            "stop": 866078310
        },
        {
            "start": 866084747,
            "stop": 866086256
        },
        {
            "start": 866088242,
            "stop": 866090195
        },
        {
            "start": 866090214,
            "stop": 866093356
        },
        {
            "start": 866093375,
            "stop": 866099423
        },
        {
            "start": 866100776,
            "stop": 866110351
        },
        {
            "start": 866114075,
            "stop": 866120402
        },
        {
            "start": 866120421,
            "stop": 866123128
        }
    ]
}