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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5112",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5110",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5111,
    "results": [
        {
            "start": 1135889358,
            "stop": 1135889376
        },
        {
            "start": 1135889378,
            "stop": 1135889383
        },
        {
            "start": 1135889385,
            "stop": 1135889402
        },
        {
            "start": 1135889404,
            "stop": 1135889405
        },
        {
            "start": 1135889407,
            "stop": 1135889413
        },
        {
            "start": 1135889415,
            "stop": 1135889425
        },
        {
            "start": 1135889427,
            "stop": 1135889436
        },
        {
            "start": 1135889438,
            "stop": 1135889480
        },
        {
            "start": 1135889483,
            "stop": 1135889486
        },
        {
            "start": 1135889488,
            "stop": 1135889490
        },
        {
            "start": 1135889494,
            "stop": 1135889632
        },
        {
            "start": 1135889634,
            "stop": 1135889740
        },
        {
            "start": 1135889742,
            "stop": 1135889774
        },
        {
            "start": 1135889776,
            "stop": 1135889781
        },
        {
            "start": 1135889783,
            "stop": 1135889790
        },
        {
            "start": 1135889792,
            "stop": 1135889793
        },
        {
            "start": 1135889795,
            "stop": 1135889860
        },
        {
            "start": 1135889862,
            "stop": 1135889863
        },
        {
            "start": 1135889865,
            "stop": 1135889866
        },
        {
            "start": 1135889868,
            "stop": 1135889875
        }
    ]
}