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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14679",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14677",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14678,
    "results": [
        {
            "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
        },
        {
            "start": 971169274,
            "stop": 971169275
        },
        {
            "start": 971169279,
            "stop": 971169280
        },
        {
            "start": 971169282,
            "stop": 971169285
        },
        {
            "start": 971169288,
            "stop": 971169292
        },
        {
            "start": 971169293,
            "stop": 971169295
        }
    ]
}