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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 138,
    "results": [
        {
            "start": 817992639,
            "stop": 817992642
        },
        {
            "start": 817992645,
            "stop": 817992658
        },
        {
            "start": 817992661,
            "stop": 817992785
        },
        {
            "start": 817992788,
            "stop": 817992918
        },
        {
            "start": 817992921,
            "stop": 817993095
        },
        {
            "start": 817993098,
            "stop": 817993175
        },
        {
            "start": 817993178,
            "stop": 817993247
        },
        {
            "start": 817993250,
            "stop": 817993602
        },
        {
            "start": 817993605,
            "stop": 817993738
        },
        {
            "start": 817993741,
            "stop": 817993818
        },
        {
            "start": 817993823,
            "stop": 817993885
        },
        {
            "start": 817993888,
            "stop": 817993926
        },
        {
            "start": 817993929,
            "stop": 817993934
        },
        {
            "start": 817993937,
            "stop": 817993945
        },
        {
            "start": 817993953,
            "stop": 817993992
        },
        {
            "start": 817993995,
            "stop": 817994006
        },
        {
            "start": 817994016,
            "stop": 817994072
        },
        {
            "start": 817994075,
            "stop": 817994079
        },
        {
            "start": 817994082,
            "stop": 817994094
        },
        {
            "start": 817994097,
            "stop": 817994193
        }
    ]
}