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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=292",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 293,
    "results": [
        {
            "start": 821246008,
            "stop": 821246086
        },
        {
            "start": 821246089,
            "stop": 821246219
        },
        {
            "start": 821246222,
            "stop": 821247026
        },
        {
            "start": 821247029,
            "stop": 821247284
        },
        {
            "start": 821247287,
            "stop": 821247530
        },
        {
            "start": 821247533,
            "stop": 821247649
        },
        {
            "start": 821247652,
            "stop": 821247722
        },
        {
            "start": 821247725,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821248249
        },
        {
            "start": 821248252,
            "stop": 821248438
        },
        {
            "start": 821248441,
            "stop": 821248452
        },
        {
            "start": 821248455,
            "stop": 821248644
        },
        {
            "start": 821248647,
            "stop": 821248784
        },
        {
            "start": 821248965,
            "stop": 821249017
        },
        {
            "start": 821249020,
            "stop": 821249097
        },
        {
            "start": 821249100,
            "stop": 821249725
        },
        {
            "start": 821249728,
            "stop": 821250031
        },
        {
            "start": 821250034,
            "stop": 821250567
        },
        {
            "start": 821250570,
            "stop": 821251303
        },
        {
            "start": 821251306,
            "stop": 821251537
        }
    ]
}