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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=238",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 239,
    "results": [
        {
            "start": 837542745,
            "stop": 837548900
        },
        {
            "start": 837549069,
            "stop": 837552053
        },
        {
            "start": 837561091,
            "stop": 837565982
        },
        {
            "start": 837565984,
            "stop": 837566145
        },
        {
            "start": 837567811,
            "stop": 837568157
        },
        {
            "start": 837568158,
            "stop": 837568182
        },
        {
            "start": 837568184,
            "stop": 837571633
        },
        {
            "start": 837571713,
            "stop": 837580051
        },
        {
            "start": 837580053,
            "stop": 837580431
        },
        {
            "start": 837580433,
            "stop": 837583840
        },
        {
            "start": 837584169,
            "stop": 837587615
        },
        {
            "start": 837589063,
            "stop": 837601343
        },
        {
            "start": 837601345,
            "stop": 837608212
        },
        {
            "start": 837608213,
            "stop": 837609685
        },
        {
            "start": 837609688,
            "stop": 837612220
        },
        {
            "start": 837612222,
            "stop": 837612258
        },
        {
            "start": 837612262,
            "stop": 837612274
        },
        {
            "start": 837612276,
            "stop": 837612287
        },
        {
            "start": 837612289,
            "stop": 837612310
        },
        {
            "start": 837613475,
            "stop": 837622315
        }
    ]
}