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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3801",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3802,
    "results": [
        {
            "start": 874546140,
            "stop": 874546225
        },
        {
            "start": 874546242,
            "stop": 874546260
        },
        {
            "start": 874546320,
            "stop": 874546397
        },
        {
            "start": 874546414,
            "stop": 874546584
        },
        {
            "start": 874546603,
            "stop": 874546747
        },
        {
            "start": 874546764,
            "stop": 874546800
        },
        {
            "start": 874546860,
            "stop": 874546957
        },
        {
            "start": 874546978,
            "stop": 874547039
        },
        {
            "start": 874547056,
            "stop": 874547266
        },
        {
            "start": 874547283,
            "stop": 874547291
        },
        {
            "start": 874547308,
            "stop": 874547856
        },
        {
            "start": 874547873,
            "stop": 874549133
        },
        {
            "start": 874549171,
            "stop": 874549261
        },
        {
            "start": 874549278,
            "stop": 874549899
        },
        {
            "start": 874549916,
            "stop": 874549920
        },
        {
            "start": 874549980,
            "stop": 874550095
        },
        {
            "start": 874550160,
            "stop": 874550460
        },
        {
            "start": 874550520,
            "stop": 874550607
        },
        {
            "start": 874550624,
            "stop": 874551446
        },
        {
            "start": 874551463,
            "stop": 874551555
        }
    ]
}