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=699
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=700",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=698",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 699,
    "results": [
        {
            "start": 1266781103,
            "stop": 1266781319
        },
        {
            "start": 1266781320,
            "stop": 1266782236
        },
        {
            "start": 1266782240,
            "stop": 1266782792
        },
        {
            "start": 1266782793,
            "stop": 1266783103
        },
        {
            "start": 1266783104,
            "stop": 1266783568
        },
        {
            "start": 1266783569,
            "stop": 1266783802
        },
        {
            "start": 1266783803,
            "stop": 1266783936
        },
        {
            "start": 1266783937,
            "stop": 1266784014
        },
        {
            "start": 1266784015,
            "stop": 1266784017
        },
        {
            "start": 1266784018,
            "stop": 1266784020
        },
        {
            "start": 1266784021,
            "stop": 1266784033
        },
        {
            "start": 1266784034,
            "stop": 1266784402
        },
        {
            "start": 1266784404,
            "stop": 1266784405
        },
        {
            "start": 1266784409,
            "stop": 1266784515
        },
        {
            "start": 1266784520,
            "stop": 1266784567
        },
        {
            "start": 1266784572,
            "stop": 1266784726
        },
        {
            "start": 1266784727,
            "stop": 1266784962
        },
        {
            "start": 1266784963,
            "stop": 1266785230
        },
        {
            "start": 1266785231,
            "stop": 1266785460
        },
        {
            "start": 1266785461,
            "stop": 1266785673
        }
    ]
}