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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 266,
    "results": [
        {
            "start": 1259720406,
            "stop": 1259721398
        },
        {
            "start": 1259721401,
            "stop": 1259722241
        },
        {
            "start": 1259722242,
            "stop": 1259722852
        },
        {
            "start": 1259722855,
            "stop": 1259722946
        },
        {
            "start": 1259722948,
            "stop": 1259724102
        },
        {
            "start": 1259724105,
            "stop": 1259728996
        },
        {
            "start": 1259729004,
            "stop": 1259729498
        },
        {
            "start": 1259729500,
            "stop": 1259730649
        },
        {
            "start": 1259730651,
            "stop": 1259735315
        },
        {
            "start": 1259735318,
            "stop": 1259737437
        },
        {
            "start": 1259737445,
            "stop": 1259741431
        },
        {
            "start": 1259741434,
            "stop": 1259742972
        },
        {
            "start": 1259742975,
            "stop": 1259745068
        },
        {
            "start": 1259745071,
            "stop": 1259746084
        },
        {
            "start": 1259746087,
            "stop": 1259746382
        },
        {
            "start": 1259746389,
            "stop": 1259748783
        },
        {
            "start": 1259748784,
            "stop": 1259749286
        },
        {
            "start": 1259749289,
            "stop": 1259750314
        },
        {
            "start": 1259750317,
            "stop": 1259750453
        },
        {
            "start": 1259750456,
            "stop": 1259751130
        }
    ]
}