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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16647",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16648,
    "results": [
        {
            "start": 874827754,
            "stop": 874827756
        },
        {
            "start": 874827759,
            "stop": 874827778
        },
        {
            "start": 874827779,
            "stop": 874827829
        },
        {
            "start": 874827830,
            "stop": 874827840
        },
        {
            "start": 874827845,
            "stop": 874827943
        },
        {
            "start": 874827944,
            "stop": 874827986
        },
        {
            "start": 874827988,
            "stop": 874828035
        },
        {
            "start": 874828036,
            "stop": 874828097
        },
        {
            "start": 874828098,
            "stop": 874828109
        },
        {
            "start": 874828110,
            "stop": 874828122
        },
        {
            "start": 874828124,
            "stop": 874828140
        },
        {
            "start": 874828142,
            "stop": 874828195
        },
        {
            "start": 874828197,
            "stop": 874828299
        },
        {
            "start": 874828301,
            "stop": 874828315
        },
        {
            "start": 874828316,
            "stop": 874828356
        },
        {
            "start": 874828359,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874828466
        },
        {
            "start": 874828468,
            "stop": 874828603
        },
        {
            "start": 874828604,
            "stop": 874828678
        },
        {
            "start": 874828680,
            "stop": 874828858
        }
    ]
}