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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=129",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 130,
    "results": [
        {
            "start": 931456633,
            "stop": 931456634
        },
        {
            "start": 931456638,
            "stop": 931456639
        },
        {
            "start": 931456641,
            "stop": 931456642
        },
        {
            "start": 931456643,
            "stop": 931456646
        },
        {
            "start": 931456649,
            "stop": 931456652
        },
        {
            "start": 931456654,
            "stop": 931456656
        },
        {
            "start": 931456658,
            "stop": 931456659
        },
        {
            "start": 931456660,
            "stop": 931456662
        },
        {
            "start": 931456663,
            "stop": 931456681
        },
        {
            "start": 931456683,
            "stop": 931456691
        },
        {
            "start": 931456693,
            "stop": 931456702
        },
        {
            "start": 931456703,
            "stop": 931456705
        },
        {
            "start": 931456706,
            "stop": 931456709
        },
        {
            "start": 931456711,
            "stop": 931456712
        },
        {
            "start": 931456716,
            "stop": 931456752
        },
        {
            "start": 931456753,
            "stop": 931456757
        },
        {
            "start": 931456777,
            "stop": 931456779
        },
        {
            "start": 931456782,
            "stop": 931456784
        },
        {
            "start": 931456787,
            "stop": 931456814
        },
        {
            "start": 931456816,
            "stop": 931456820
        }
    ]
}