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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=406",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 407,
    "results": [
        {
            "start": 932669194,
            "stop": 932669206
        },
        {
            "start": 932669208,
            "stop": 932669221
        },
        {
            "start": 932669223,
            "stop": 932669310
        },
        {
            "start": 932669313,
            "stop": 932669326
        },
        {
            "start": 932669328,
            "stop": 932669340
        },
        {
            "start": 932669343,
            "stop": 932669356
        },
        {
            "start": 932669358,
            "stop": 932669700
        },
        {
            "start": 932669702,
            "stop": 932669735
        },
        {
            "start": 932669736,
            "stop": 932669790
        },
        {
            "start": 932669792,
            "stop": 932670015
        },
        {
            "start": 932670375,
            "stop": 932670633
        },
        {
            "start": 932670634,
            "stop": 932670720
        },
        {
            "start": 932670721,
            "stop": 932671305
        },
        {
            "start": 932671306,
            "stop": 932671863
        },
        {
            "start": 932671864,
            "stop": 932671878
        },
        {
            "start": 932671879,
            "stop": 932672355
        },
        {
            "start": 932672357,
            "stop": 932672744
        },
        {
            "start": 932672745,
            "stop": 932672778
        },
        {
            "start": 932672779,
            "stop": 932672850
        },
        {
            "start": 932672851,
            "stop": 932672920
        }
    ]
}