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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=25",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 26,
    "results": [
        {
            "start": 931498917,
            "stop": 931498925
        },
        {
            "start": 931498947,
            "stop": 931498954
        },
        {
            "start": 931498991,
            "stop": 931499007
        },
        {
            "start": 931499023,
            "stop": 931499034
        },
        {
            "start": 931499041,
            "stop": 931499050
        },
        {
            "start": 931499064,
            "stop": 931499067
        },
        {
            "start": 931499087,
            "stop": 931499088
        },
        {
            "start": 931499095,
            "stop": 931499103
        },
        {
            "start": 931499121,
            "stop": 931499125
        },
        {
            "start": 931499133,
            "stop": 931499135
        },
        {
            "start": 931499142,
            "stop": 931499149
        },
        {
            "start": 931499162,
            "stop": 931499164
        },
        {
            "start": 931499191,
            "stop": 931499214
        },
        {
            "start": 931499237,
            "stop": 931499243
        },
        {
            "start": 931499254,
            "stop": 931499257
        },
        {
            "start": 931499263,
            "stop": 931499273
        },
        {
            "start": 931499295,
            "stop": 931499297
        },
        {
            "start": 931499353,
            "stop": 931499360
        },
        {
            "start": 931499366,
            "stop": 931499385
        },
        {
            "start": 931499395,
            "stop": 931499398
        }
    ]
}