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=6402
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=6403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6401",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6402,
    "results": [
        {
            "start": 873647502,
            "stop": 873647521
        },
        {
            "start": 873647522,
            "stop": 873647571
        },
        {
            "start": 873647572,
            "stop": 873647654
        },
        {
            "start": 873647655,
            "stop": 873647697
        },
        {
            "start": 873647699,
            "stop": 873647712
        },
        {
            "start": 873647713,
            "stop": 873647720
        },
        {
            "start": 873647721,
            "stop": 873647771
        },
        {
            "start": 873647772,
            "stop": 873648056
        },
        {
            "start": 873648057,
            "stop": 873648136
        },
        {
            "start": 873648137,
            "stop": 873648206
        },
        {
            "start": 873648208,
            "stop": 873648345
        },
        {
            "start": 873648346,
            "stop": 873648365
        },
        {
            "start": 873648366,
            "stop": 873648515
        },
        {
            "start": 873648517,
            "stop": 873648715
        },
        {
            "start": 873649912,
            "stop": 873650074
        },
        {
            "start": 873650075,
            "stop": 873650699
        },
        {
            "start": 873650700,
            "stop": 873651084
        },
        {
            "start": 873651085,
            "stop": 873651337
        },
        {
            "start": 873651338,
            "stop": 873651399
        },
        {
            "start": 873654681,
            "stop": 873654682
        }
    ]
}