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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=135",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 136,
    "results": [
        {
            "start": 837792849,
            "stop": 837792850
        },
        {
            "start": 837792860,
            "stop": 837792866
        },
        {
            "start": 837792874,
            "stop": 837792988
        },
        {
            "start": 837792993,
            "stop": 837797029
        },
        {
            "start": 837797408,
            "stop": 837799580
        },
        {
            "start": 837799588,
            "stop": 837806469
        },
        {
            "start": 837806653,
            "stop": 837815485
        },
        {
            "start": 837816616,
            "stop": 837826372
        },
        {
            "start": 837826379,
            "stop": 837830599
        },
        {
            "start": 837830600,
            "stop": 837830802
        },
        {
            "start": 837830809,
            "stop": 837831211
        },
        {
            "start": 837831219,
            "stop": 837832189
        },
        {
            "start": 837832199,
            "stop": 837832403
        },
        {
            "start": 837837028,
            "stop": 837841976
        },
        {
            "start": 837841982,
            "stop": 837843255
        },
        {
            "start": 837844612,
            "stop": 837865957
        },
        {
            "start": 837867068,
            "stop": 837868250
        },
        {
            "start": 837868257,
            "stop": 837869904
        },
        {
            "start": 837870119,
            "stop": 837871590
        },
        {
            "start": 837912636,
            "stop": 837913423
        }
    ]
}