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=15863
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=15864",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15862",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15863,
    "results": [
        {
            "start": 971240260,
            "stop": 971240264
        },
        {
            "start": 971240266,
            "stop": 971240285
        },
        {
            "start": 971240286,
            "stop": 971240315
        },
        {
            "start": 971240316,
            "stop": 971240324
        },
        {
            "start": 971240326,
            "stop": 971240393
        },
        {
            "start": 971240394,
            "stop": 971240403
        },
        {
            "start": 971240404,
            "stop": 971240429
        },
        {
            "start": 971240430,
            "stop": 971240437
        },
        {
            "start": 971240439,
            "stop": 971240445
        },
        {
            "start": 971240446,
            "stop": 971240449
        },
        {
            "start": 971240451,
            "stop": 971240466
        },
        {
            "start": 971240468,
            "stop": 971240477
        },
        {
            "start": 971240478,
            "stop": 971240486
        },
        {
            "start": 971240488,
            "stop": 971240512
        },
        {
            "start": 971240513,
            "stop": 971240533
        },
        {
            "start": 971240534,
            "stop": 971240570
        },
        {
            "start": 971240571,
            "stop": 971240607
        },
        {
            "start": 971240608,
            "stop": 971240655
        },
        {
            "start": 971240657,
            "stop": 971240664
        },
        {
            "start": 971240665,
            "stop": 971240668
        }
    ]
}