Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=222
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=221",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 222,
    "results": [
        {
            "start": 933929317,
            "stop": 933930130
        },
        {
            "start": 933930133,
            "stop": 933930150
        },
        {
            "start": 933930156,
            "stop": 933930160
        },
        {
            "start": 933930163,
            "stop": 933930164
        },
        {
            "start": 933930166,
            "stop": 933930179
        },
        {
            "start": 933930183,
            "stop": 933930188
        },
        {
            "start": 933930190,
            "stop": 933930207
        },
        {
            "start": 933930209,
            "stop": 933930212
        },
        {
            "start": 933930215,
            "stop": 933930229
        },
        {
            "start": 933930234,
            "stop": 933930255
        },
        {
            "start": 933930258,
            "stop": 933930869
        },
        {
            "start": 933930929,
            "stop": 933931755
        },
        {
            "start": 933931995,
            "stop": 933932736
        },
        {
            "start": 933932738,
            "stop": 933933731
        },
        {
            "start": 933933734,
            "stop": 933933752
        },
        {
            "start": 933933756,
            "stop": 933933760
        },
        {
            "start": 933933766,
            "stop": 933933781
        },
        {
            "start": 933933783,
            "stop": 933933808
        },
        {
            "start": 933933810,
            "stop": 933933813
        },
        {
            "start": 933933816,
            "stop": 933933823
        }
    ]
}