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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=875",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 876,
    "results": [
        {
            "start": 866149450,
            "stop": 866149540
        },
        {
            "start": 866149718,
            "stop": 866150078
        },
        {
            "start": 866150237,
            "stop": 866150297
        },
        {
            "start": 866153294,
            "stop": 866157734
        },
        {
            "start": 866157878,
            "stop": 866158058
        },
        {
            "start": 866158189,
            "stop": 866158789
        },
        {
            "start": 866158934,
            "stop": 866159654
        },
        {
            "start": 866162337,
            "stop": 866162637
        },
        {
            "start": 866163983,
            "stop": 866164043
        },
        {
            "start": 866174519,
            "stop": 866175239
        },
        {
            "start": 866175566,
            "stop": 866175626
        },
        {
            "start": 866175876,
            "stop": 866176326
        },
        {
            "start": 866176656,
            "stop": 866177256
        },
        {
            "start": 866177411,
            "stop": 866177711
        },
        {
            "start": 866177845,
            "stop": 866177905
        },
        {
            "start": 866178146,
            "stop": 866178206
        },
        {
            "start": 866178464,
            "stop": 866178884
        },
        {
            "start": 866179059,
            "stop": 866179119
        },
        {
            "start": 866179274,
            "stop": 866179394
        },
        {
            "start": 866179549,
            "stop": 866179669
        }
    ]
}