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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=573",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 574,
    "results": [
        {
            "start": 873749543,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873756397
        },
        {
            "start": 873756403,
            "stop": 873756422
        },
        {
            "start": 873756428,
            "stop": 873756490
        },
        {
            "start": 873756495,
            "stop": 873759399
        },
        {
            "start": 873760474,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873775870
        },
        {
            "start": 873775875,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873799459
        },
        {
            "start": 873799462,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873814254
        },
        {
            "start": 873814364,
            "stop": 873814658
        },
        {
            "start": 873815073,
            "stop": 873830897
        },
        {
            "start": 873830903,
            "stop": 873831540
        },
        {
            "start": 873831600,
            "stop": 873834335
        },
        {
            "start": 873834343,
            "stop": 873834362
        },
        {
            "start": 873834368,
            "stop": 873834372
        },
        {
            "start": 873834378,
            "stop": 873834390
        },
        {
            "start": 873834398,
            "stop": 873834405
        }
    ]
}