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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=24",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 25,
    "results": [
        {
            "start": 931163352,
            "stop": 931163360
        },
        {
            "start": 931163378,
            "stop": 931163686
        },
        {
            "start": 931163724,
            "stop": 931163888
        },
        {
            "start": 931163906,
            "stop": 931164098
        },
        {
            "start": 931164116,
            "stop": 931164145
        },
        {
            "start": 931164163,
            "stop": 931164297
        },
        {
            "start": 931164319,
            "stop": 931164321
        },
        {
            "start": 931164338,
            "stop": 931164353
        },
        {
            "start": 931164370,
            "stop": 931164390
        },
        {
            "start": 931164428,
            "stop": 931164454
        },
        {
            "start": 931164471,
            "stop": 931164571
        },
        {
            "start": 931164589,
            "stop": 931164673
        },
        {
            "start": 931164701,
            "stop": 931164702
        },
        {
            "start": 931164731,
            "stop": 931164742
        },
        {
            "start": 931164760,
            "stop": 931164789
        },
        {
            "start": 931164806,
            "stop": 931164823
        },
        {
            "start": 931164881,
            "stop": 931164937
        },
        {
            "start": 931164955,
            "stop": 931164963
        },
        {
            "start": 931164980,
            "stop": 931164983
        },
        {
            "start": 931165005,
            "stop": 931165058
        }
    ]
}