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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=205",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 206,
    "results": [
        {
            "start": 818211828,
            "stop": 818211830
        },
        {
            "start": 818211835,
            "stop": 818211837
        },
        {
            "start": 818211859,
            "stop": 818211862
        },
        {
            "start": 818211869,
            "stop": 818211872
        },
        {
            "start": 818211935,
            "stop": 818211936
        },
        {
            "start": 818211945,
            "stop": 818211946
        },
        {
            "start": 818211988,
            "stop": 818211994
        },
        {
            "start": 818212009,
            "stop": 818212014
        },
        {
            "start": 818212028,
            "stop": 818212029
        },
        {
            "start": 818212032,
            "stop": 818212037
        },
        {
            "start": 818212049,
            "stop": 818212050
        },
        {
            "start": 818212068,
            "stop": 818212073
        },
        {
            "start": 818212078,
            "stop": 818212079
        },
        {
            "start": 818212092,
            "stop": 818212093
        },
        {
            "start": 818212108,
            "stop": 818212112
        },
        {
            "start": 818212123,
            "stop": 818212124
        },
        {
            "start": 818212127,
            "stop": 818212128
        },
        {
            "start": 818212134,
            "stop": 818212138
        },
        {
            "start": 818212165,
            "stop": 818212166
        },
        {
            "start": 818212172,
            "stop": 818212173
        }
    ]
}