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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14169",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14170,
    "results": [
        {
            "start": 971166556,
            "stop": 971166557
        },
        {
            "start": 971166558,
            "stop": 971166563
        },
        {
            "start": 971166564,
            "stop": 971166567
        },
        {
            "start": 971166568,
            "stop": 971166570
        },
        {
            "start": 971166571,
            "stop": 971166574
        },
        {
            "start": 971166576,
            "stop": 971166577
        },
        {
            "start": 971166579,
            "stop": 971166580
        },
        {
            "start": 971166582,
            "stop": 971166584
        },
        {
            "start": 971166586,
            "stop": 971166587
        },
        {
            "start": 971166588,
            "stop": 971166590
        },
        {
            "start": 971166594,
            "stop": 971166595
        },
        {
            "start": 971166598,
            "stop": 971166600
        },
        {
            "start": 971166604,
            "stop": 971166607
        },
        {
            "start": 971166609,
            "stop": 971166614
        },
        {
            "start": 971166615,
            "stop": 971166616
        },
        {
            "start": 971166618,
            "stop": 971166621
        },
        {
            "start": 971166624,
            "stop": 971166625
        },
        {
            "start": 971166636,
            "stop": 971166637
        },
        {
            "start": 971166640,
            "stop": 971166642
        },
        {
            "start": 971166643,
            "stop": 971166645
        }
    ]
}