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=15762
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=15763",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15761",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15762,
    "results": [
        {
            "start": 971169274,
            "stop": 971169275
        },
        {
            "start": 971169279,
            "stop": 971169280
        },
        {
            "start": 971169282,
            "stop": 971169285
        },
        {
            "start": 971169288,
            "stop": 971169292
        },
        {
            "start": 971169293,
            "stop": 971169295
        },
        {
            "start": 971169298,
            "stop": 971169299
        },
        {
            "start": 971169300,
            "stop": 971169301
        },
        {
            "start": 971169306,
            "stop": 971169310
        },
        {
            "start": 971169316,
            "stop": 971169317
        },
        {
            "start": 971169318,
            "stop": 971169320
        },
        {
            "start": 971169322,
            "stop": 971169323
        },
        {
            "start": 971169326,
            "stop": 971169330
        },
        {
            "start": 971169331,
            "stop": 971169337
        },
        {
            "start": 971169339,
            "stop": 971169340
        },
        {
            "start": 971169343,
            "stop": 971169345
        },
        {
            "start": 971169354,
            "stop": 971169357
        },
        {
            "start": 971169360,
            "stop": 971169361
        },
        {
            "start": 971169362,
            "stop": 971169363
        },
        {
            "start": 971169364,
            "stop": 971169370
        },
        {
            "start": 971169373,
            "stop": 971169374
        }
    ]
}