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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=528",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=526",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 527,
    "results": [
        {
            "start": 968632249,
            "stop": 968640981
        },
        {
            "start": 968642871,
            "stop": 968644402
        },
        {
            "start": 968646220,
            "stop": 968681177
        },
        {
            "start": 968686357,
            "stop": 968686548
        },
        {
            "start": 968688760,
            "stop": 968690921
        },
        {
            "start": 968692881,
            "stop": 968699761
        },
        {
            "start": 968699801,
            "stop": 968707721
        },
        {
            "start": 968707761,
            "stop": 968714375
        },
        {
            "start": 968719346,
            "stop": 968744747
        },
        {
            "start": 968744749,
            "stop": 968778026
        },
        {
            "start": 968780608,
            "stop": 968782768
        },
        {
            "start": 968782808,
            "stop": 968782813
        },
        {
            "start": 968782816,
            "stop": 968786151
        },
        {
            "start": 968796318,
            "stop": 968829089
        },
        {
            "start": 968832459,
            "stop": 968858314
        },
        {
            "start": 968858315,
            "stop": 968873447
        },
        {
            "start": 968874869,
            "stop": 968874936
        },
        {
            "start": 968876500,
            "stop": 968949259
        },
        {
            "start": 968950937,
            "stop": 968955416
        },
        {
            "start": 968957054,
            "stop": 968959226
        }
    ]
}