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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 142,
    "results": [
        {
            "start": 818050910,
            "stop": 818050925
        },
        {
            "start": 818050928,
            "stop": 818050970
        },
        {
            "start": 818050973,
            "stop": 818050979
        },
        {
            "start": 818050984,
            "stop": 818051037
        },
        {
            "start": 818051040,
            "stop": 818051065
        },
        {
            "start": 818051074,
            "stop": 818051114
        },
        {
            "start": 818051117,
            "stop": 818051121
        },
        {
            "start": 818051124,
            "stop": 818051145
        },
        {
            "start": 818051150,
            "stop": 818051161
        },
        {
            "start": 818051164,
            "stop": 818051213
        },
        {
            "start": 818051216,
            "stop": 818051234
        },
        {
            "start": 818051237,
            "stop": 818051240
        },
        {
            "start": 818051243,
            "stop": 818051274
        },
        {
            "start": 818051278,
            "stop": 818051280
        },
        {
            "start": 818051340,
            "stop": 818051356
        },
        {
            "start": 818051360,
            "stop": 818051375
        },
        {
            "start": 818051378,
            "stop": 818051399
        },
        {
            "start": 818051403,
            "stop": 818051416
        },
        {
            "start": 818051419,
            "stop": 818051423
        },
        {
            "start": 818051426,
            "stop": 818051427
        }
    ]
}