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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=832",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=830",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 831,
    "results": [
        {
            "start": 1250379707,
            "stop": 1250379709
        },
        {
            "start": 1250379714,
            "stop": 1250379818
        },
        {
            "start": 1250379820,
            "stop": 1250379823
        },
        {
            "start": 1250379827,
            "stop": 1250379835
        },
        {
            "start": 1250379840,
            "stop": 1250379847
        },
        {
            "start": 1250379852,
            "stop": 1250379855
        },
        {
            "start": 1250379860,
            "stop": 1250379861
        },
        {
            "start": 1250379865,
            "stop": 1250379873
        },
        {
            "start": 1250379882,
            "stop": 1250379900
        },
        {
            "start": 1250379905,
            "stop": 1250379906
        },
        {
            "start": 1250379911,
            "stop": 1250379915
        },
        {
            "start": 1250379923,
            "stop": 1250379925
        },
        {
            "start": 1250379930,
            "stop": 1250379933
        },
        {
            "start": 1250379937,
            "stop": 1250379942
        },
        {
            "start": 1250379943,
            "stop": 1250380184
        },
        {
            "start": 1250380185,
            "stop": 1250380198
        },
        {
            "start": 1250380201,
            "stop": 1250380214
        },
        {
            "start": 1250380220,
            "stop": 1250380226
        },
        {
            "start": 1250380231,
            "stop": 1250380239
        },
        {
            "start": 1250380242,
            "stop": 1250380252
        }
    ]
}