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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=346",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 347,
    "results": [
        {
            "start": 818250383,
            "stop": 818250385
        },
        {
            "start": 818250392,
            "stop": 818250394
        },
        {
            "start": 818250401,
            "stop": 818250405
        },
        {
            "start": 818250409,
            "stop": 818250414
        },
        {
            "start": 818250417,
            "stop": 818250418
        },
        {
            "start": 818250438,
            "stop": 818250450
        },
        {
            "start": 818250454,
            "stop": 818250456
        },
        {
            "start": 818250459,
            "stop": 818250462
        },
        {
            "start": 818250474,
            "stop": 818250480
        },
        {
            "start": 818250484,
            "stop": 818250487
        },
        {
            "start": 818250491,
            "stop": 818250492
        },
        {
            "start": 818250495,
            "stop": 818250497
        },
        {
            "start": 818250509,
            "stop": 818250513
        },
        {
            "start": 818250516,
            "stop": 818250517
        },
        {
            "start": 818250532,
            "stop": 818250533
        },
        {
            "start": 818250536,
            "stop": 818250540
        },
        {
            "start": 818250547,
            "stop": 818250549
        },
        {
            "start": 818250553,
            "stop": 818250554
        },
        {
            "start": 818250561,
            "stop": 818250563
        },
        {
            "start": 818250566,
            "stop": 818250571
        }
    ]
}