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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=67",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 68,
    "results": [
        {
            "start": 1262703680,
            "stop": 1262703683
        },
        {
            "start": 1262703688,
            "stop": 1262703695
        },
        {
            "start": 1262703697,
            "stop": 1262703698
        },
        {
            "start": 1262703701,
            "stop": 1262703833
        },
        {
            "start": 1262703836,
            "stop": 1262703838
        },
        {
            "start": 1262703844,
            "stop": 1262703932
        },
        {
            "start": 1262703936,
            "stop": 1262703965
        },
        {
            "start": 1262703968,
            "stop": 1262704030
        },
        {
            "start": 1262704033,
            "stop": 1262704075
        },
        {
            "start": 1262704077,
            "stop": 1262704106
        },
        {
            "start": 1262704109,
            "stop": 1262704147
        },
        {
            "start": 1262704150,
            "stop": 1262704208
        },
        {
            "start": 1262704211,
            "stop": 1262704243
        },
        {
            "start": 1262704245,
            "stop": 1262704254
        },
        {
            "start": 1262704256,
            "stop": 1262704267
        },
        {
            "start": 1262704271,
            "stop": 1262704490
        },
        {
            "start": 1262704494,
            "stop": 1262704540
        },
        {
            "start": 1262704545,
            "stop": 1262704596
        },
        {
            "start": 1262704600,
            "stop": 1262704647
        },
        {
            "start": 1262704651,
            "stop": 1262704652
        }
    ]
}