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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=226",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 227,
    "results": [
        {
            "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": 818212205,
            "stop": 818212206
        },
        {
            "start": 818212215,
            "stop": 818212216
        },
        {
            "start": 818212219,
            "stop": 818212220
        },
        {
            "start": 818212223,
            "stop": 818212224
        },
        {
            "start": 818212227,
            "stop": 818212229
        },
        {
            "start": 818212237,
            "stop": 818212241
        },
        {
            "start": 818212252,
            "stop": 818212254
        },
        {
            "start": 818212303,
            "stop": 818212305
        },
        {
            "start": 818212309,
            "stop": 818212310
        },
        {
            "start": 818212313,
            "stop": 818212318
        },
        {
            "start": 818212333,
            "stop": 818212336
        }
    ]
}