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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6386",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6387,
    "results": [
        {
            "start": 873550700,
            "stop": 873550799
        },
        {
            "start": 873550801,
            "stop": 873551604
        },
        {
            "start": 873551605,
            "stop": 873551937
        },
        {
            "start": 873551939,
            "stop": 873552484
        },
        {
            "start": 873552485,
            "stop": 873552491
        },
        {
            "start": 873552493,
            "stop": 873552507
        },
        {
            "start": 873552508,
            "stop": 873552519
        },
        {
            "start": 873552520,
            "stop": 873553107
        },
        {
            "start": 873553108,
            "stop": 873553114
        },
        {
            "start": 873553115,
            "stop": 873553430
        },
        {
            "start": 873553431,
            "stop": 873553646
        },
        {
            "start": 873553647,
            "stop": 873553738
        },
        {
            "start": 873553740,
            "stop": 873554143
        },
        {
            "start": 873554145,
            "stop": 873554336
        },
        {
            "start": 873554337,
            "stop": 873554614
        },
        {
            "start": 873554615,
            "stop": 873554864
        },
        {
            "start": 873554866,
            "stop": 873555064
        },
        {
            "start": 873555065,
            "stop": 873555095
        },
        {
            "start": 873555096,
            "stop": 873555124
        },
        {
            "start": 873555125,
            "stop": 873555355
        }
    ]
}