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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=321",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 322,
    "results": [
        {
            "start": 1263898333,
            "stop": 1263898412
        },
        {
            "start": 1263898414,
            "stop": 1263898416
        },
        {
            "start": 1263898417,
            "stop": 1263898638
        },
        {
            "start": 1263898643,
            "stop": 1263898747
        },
        {
            "start": 1263898752,
            "stop": 1263898757
        },
        {
            "start": 1263898758,
            "stop": 1263898761
        },
        {
            "start": 1263898762,
            "stop": 1263898766
        },
        {
            "start": 1263898768,
            "stop": 1263898774
        },
        {
            "start": 1263898775,
            "stop": 1263898945
        },
        {
            "start": 1263898950,
            "stop": 1263898956
        },
        {
            "start": 1263898958,
            "stop": 1263898963
        },
        {
            "start": 1263898967,
            "stop": 1263899046
        },
        {
            "start": 1263899047,
            "stop": 1263899054
        },
        {
            "start": 1263899056,
            "stop": 1263899062
        },
        {
            "start": 1263899064,
            "stop": 1263899424
        },
        {
            "start": 1263899425,
            "stop": 1263899444
        },
        {
            "start": 1263899446,
            "stop": 1263899453
        },
        {
            "start": 1263899455,
            "stop": 1263899991
        },
        {
            "start": 1263899993,
            "stop": 1263900034
        },
        {
            "start": 1263900043,
            "stop": 1263900909
        }
    ]
}