Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=123
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=124",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=122",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 123,
    "results": [
        {
            "start": 1260094020,
            "stop": 1260094049
        },
        {
            "start": 1260094052,
            "stop": 1260094294
        },
        {
            "start": 1260094297,
            "stop": 1260096937
        },
        {
            "start": 1260096942,
            "stop": 1260097973
        },
        {
            "start": 1260097976,
            "stop": 1260099796
        },
        {
            "start": 1260099800,
            "stop": 1260100296
        },
        {
            "start": 1260100300,
            "stop": 1260103385
        },
        {
            "start": 1260103387,
            "stop": 1260104335
        },
        {
            "start": 1260104338,
            "stop": 1260106053
        },
        {
            "start": 1260106055,
            "stop": 1260107012
        },
        {
            "start": 1260107016,
            "stop": 1260107296
        },
        {
            "start": 1260107300,
            "stop": 1260107794
        },
        {
            "start": 1260107799,
            "stop": 1260109451
        },
        {
            "start": 1260109452,
            "stop": 1260109711
        },
        {
            "start": 1260109712,
            "stop": 1260110324
        },
        {
            "start": 1260110325,
            "stop": 1260110567
        },
        {
            "start": 1260110569,
            "stop": 1260110871
        },
        {
            "start": 1260110876,
            "stop": 1260111772
        },
        {
            "start": 1260111774,
            "stop": 1260112361
        },
        {
            "start": 1260112362,
            "stop": 1260113066
        }
    ]
}