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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15762",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15760",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15761,
    "results": [
        {
            "start": 971169155,
            "stop": 971169159
        },
        {
            "start": 971169161,
            "stop": 971169165
        },
        {
            "start": 971169166,
            "stop": 971169168
        },
        {
            "start": 971169171,
            "stop": 971169172
        },
        {
            "start": 971169174,
            "stop": 971169175
        },
        {
            "start": 971169179,
            "stop": 971169180
        },
        {
            "start": 971169192,
            "stop": 971169193
        },
        {
            "start": 971169199,
            "stop": 971169201
        },
        {
            "start": 971169203,
            "stop": 971169207
        },
        {
            "start": 971169211,
            "stop": 971169215
        },
        {
            "start": 971169216,
            "stop": 971169217
        },
        {
            "start": 971169218,
            "stop": 971169219
        },
        {
            "start": 971169224,
            "stop": 971169225
        },
        {
            "start": 971169229,
            "stop": 971169233
        },
        {
            "start": 971169237,
            "stop": 971169246
        },
        {
            "start": 971169248,
            "stop": 971169250
        },
        {
            "start": 971169253,
            "stop": 971169254
        },
        {
            "start": 971169258,
            "stop": 971169262
        },
        {
            "start": 971169263,
            "stop": 971169266
        },
        {
            "start": 971169270,
            "stop": 971169271
        }
    ]
}