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_STOCH_CAT1/segments?format=api&page=9833
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=9834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9832",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9833,
    "results": [
        {
            "start": 874143496,
            "stop": 874144230
        },
        {
            "start": 874144233,
            "stop": 874144965
        },
        {
            "start": 874144968,
            "stop": 874145058
        },
        {
            "start": 874145061,
            "stop": 874145095
        },
        {
            "start": 874145099,
            "stop": 874145179
        },
        {
            "start": 874145183,
            "stop": 874145224
        },
        {
            "start": 874145229,
            "stop": 874145284
        },
        {
            "start": 874145287,
            "stop": 874145309
        },
        {
            "start": 874145312,
            "stop": 874145330
        },
        {
            "start": 874145333,
            "stop": 874145339
        },
        {
            "start": 874145342,
            "stop": 874145359
        },
        {
            "start": 874145370,
            "stop": 874145474
        },
        {
            "start": 874145477,
            "stop": 874145479
        },
        {
            "start": 874145482,
            "stop": 874145485
        },
        {
            "start": 874145488,
            "stop": 874145495
        },
        {
            "start": 874145498,
            "stop": 874145502
        },
        {
            "start": 874145505,
            "stop": 874145519
        },
        {
            "start": 874145522,
            "stop": 874145547
        },
        {
            "start": 874145553,
            "stop": 874145554
        },
        {
            "start": 874145557,
            "stop": 874145559
        }
    ]
}