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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=157",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 158,
    "results": [
        {
            "start": 1260891528,
            "stop": 1260892190
        },
        {
            "start": 1260892194,
            "stop": 1260893875
        },
        {
            "start": 1260893877,
            "stop": 1260896411
        },
        {
            "start": 1260896413,
            "stop": 1260896802
        },
        {
            "start": 1260896804,
            "stop": 1260898037
        },
        {
            "start": 1260898041,
            "stop": 1260898387
        },
        {
            "start": 1260898389,
            "stop": 1260898684
        },
        {
            "start": 1260898689,
            "stop": 1260902569
        },
        {
            "start": 1260902572,
            "stop": 1260903387
        },
        {
            "start": 1260903391,
            "stop": 1260904592
        },
        {
            "start": 1260904597,
            "stop": 1260904930
        },
        {
            "start": 1260904932,
            "stop": 1260904975
        },
        {
            "start": 1260907617,
            "stop": 1260908822
        },
        {
            "start": 1260908826,
            "stop": 1260909193
        },
        {
            "start": 1260909195,
            "stop": 1260910015
        },
        {
            "start": 1260919391,
            "stop": 1260926054
        },
        {
            "start": 1260926058,
            "stop": 1260930548
        },
        {
            "start": 1260930551,
            "stop": 1260932109
        },
        {
            "start": 1260932114,
            "stop": 1260933596
        },
        {
            "start": 1260933601,
            "stop": 1260937455
        }
    ]
}