Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=18",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 19,
    "results": [
        {
            "start": 816275060,
            "stop": 816275068
        },
        {
            "start": 816275073,
            "stop": 816275077
        },
        {
            "start": 816275083,
            "stop": 816275106
        },
        {
            "start": 816275111,
            "stop": 816275113
        },
        {
            "start": 816275120,
            "stop": 816275168
        },
        {
            "start": 816275179,
            "stop": 816275260
        },
        {
            "start": 816275266,
            "stop": 816275270
        },
        {
            "start": 816275279,
            "stop": 816275311
        },
        {
            "start": 816275338,
            "stop": 816275356
        },
        {
            "start": 816275364,
            "stop": 816275366
        },
        {
            "start": 816275372,
            "stop": 816275386
        },
        {
            "start": 816275392,
            "stop": 816275394
        },
        {
            "start": 816275401,
            "stop": 816275403
        },
        {
            "start": 816275414,
            "stop": 816275437
        },
        {
            "start": 816275441,
            "stop": 816275445
        },
        {
            "start": 816275452,
            "stop": 816275471
        },
        {
            "start": 816275478,
            "stop": 816275539
        },
        {
            "start": 816275547,
            "stop": 816275550
        },
        {
            "start": 816275561,
            "stop": 816275570
        },
        {
            "start": 816275575,
            "stop": 816275580
        }
    ]
}