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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=698",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=696",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 697,
    "results": [
        {
            "start": 1266769801,
            "stop": 1266769804
        },
        {
            "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": 1266770096
        },
        {
            "start": 1266770099,
            "stop": 1266771386
        },
        {
            "start": 1266771387,
            "stop": 1266771629
        },
        {
            "start": 1266771630,
            "stop": 1266772400
        },
        {
            "start": 1266772401,
            "stop": 1266772863
        },
        {
            "start": 1266772864,
            "stop": 1266773332
        },
        {
            "start": 1266773333,
            "stop": 1266773380
        },
        {
            "start": 1266773383,
            "stop": 1266773410
        },
        {
            "start": 1266773415,
            "stop": 1266773565
        }
    ]
}