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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=387",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 388,
    "results": [
        {
            "start": 1266769805,
            "stop": 1266769829
        },
        {
            "start": 1266769830,
            "stop": 1266769842
        },
        {
            "start": 1266769845,
            "stop": 1266769846
        },
        {
            "start": 1266769847,
            "stop": 1266769848
        },
        {
            "start": 1266769849,
            "stop": 1266769853
        },
        {
            "start": 1266769854,
            "stop": 1266769857
        },
        {
            "start": 1266769858,
            "stop": 1266769860
        },
        {
            "start": 1266769861,
            "stop": 1266769869
        },
        {
            "start": 1266769870,
            "stop": 1266769899
        },
        {
            "start": 1266769900,
            "stop": 1266769909
        },
        {
            "start": 1266769910,
            "stop": 1266771386
        },
        {
            "start": 1266771387,
            "stop": 1266771629
        },
        {
            "start": 1266771630,
            "stop": 1266772400
        },
        {
            "start": 1266772401,
            "stop": 1266772863
        },
        {
            "start": 1266772864,
            "stop": 1266773332
        },
        {
            "start": 1266773333,
            "stop": 1266773565
        },
        {
            "start": 1266773566,
            "stop": 1266775410
        },
        {
            "start": 1266775411,
            "stop": 1266776128
        },
        {
            "start": 1266776129,
            "stop": 1266776373
        },
        {
            "start": 1266776374,
            "stop": 1266776891
        }
    ]
}