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=7136
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=7137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7135",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7136,
    "results": [
        {
            "start": 874823627,
            "stop": 874823789
        },
        {
            "start": 874823792,
            "stop": 874823999
        },
        {
            "start": 874824002,
            "stop": 874824041
        },
        {
            "start": 874824044,
            "stop": 874824156
        },
        {
            "start": 874824159,
            "stop": 874824162
        },
        {
            "start": 874824166,
            "stop": 874824736
        },
        {
            "start": 874824741,
            "stop": 874824745
        },
        {
            "start": 874824751,
            "stop": 874824756
        },
        {
            "start": 874824759,
            "stop": 874824764
        },
        {
            "start": 874824767,
            "stop": 874825348
        },
        {
            "start": 874825352,
            "stop": 874825431
        },
        {
            "start": 874825438,
            "stop": 874826156
        },
        {
            "start": 874826162,
            "stop": 874826323
        },
        {
            "start": 874826326,
            "stop": 874826866
        },
        {
            "start": 874826869,
            "stop": 874827619
        },
        {
            "start": 874827623,
            "stop": 874827626
        },
        {
            "start": 874827629,
            "stop": 874827756
        },
        {
            "start": 874827759,
            "stop": 874827840
        },
        {
            "start": 874827845,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874828860
        }
    ]
}