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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=63",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 64,
    "results": [
        {
            "start": 931423339,
            "stop": 931423351
        },
        {
            "start": 931423354,
            "stop": 931423366
        },
        {
            "start": 931423369,
            "stop": 931423517
        },
        {
            "start": 931423519,
            "stop": 931423606
        },
        {
            "start": 931423609,
            "stop": 931423621
        },
        {
            "start": 931423624,
            "stop": 931423637
        },
        {
            "start": 931423639,
            "stop": 931423652
        },
        {
            "start": 931423654,
            "stop": 931424415
        },
        {
            "start": 931426097,
            "stop": 931426101
        },
        {
            "start": 931426104,
            "stop": 931426122
        },
        {
            "start": 931426140,
            "stop": 931426165
        },
        {
            "start": 931426190,
            "stop": 931426222
        },
        {
            "start": 931426225,
            "stop": 931426236
        },
        {
            "start": 931426239,
            "stop": 931426258
        },
        {
            "start": 931426261,
            "stop": 931426621
        },
        {
            "start": 931426639,
            "stop": 931426864
        },
        {
            "start": 931426866,
            "stop": 931427158
        },
        {
            "start": 931427176,
            "stop": 931427297
        },
        {
            "start": 931427300,
            "stop": 931427943
        },
        {
            "start": 931427961,
            "stop": 931428015
        }
    ]
}