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=371
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=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=370",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 371,
    "results": [
        {
            "start": 835749424,
            "stop": 835749784
        },
        {
            "start": 835749814,
            "stop": 835749934
        },
        {
            "start": 835749964,
            "stop": 835750774
        },
        {
            "start": 835750997,
            "stop": 835751297
        },
        {
            "start": 835751327,
            "stop": 835751507
        },
        {
            "start": 835751830,
            "stop": 835764190
        },
        {
            "start": 835764399,
            "stop": 835765119
        },
        {
            "start": 835765179,
            "stop": 835766019
        },
        {
            "start": 835766200,
            "stop": 835770640
        },
        {
            "start": 835772263,
            "stop": 835772743
        },
        {
            "start": 835774458,
            "stop": 835783458
        },
        {
            "start": 835783746,
            "stop": 835784526
        },
        {
            "start": 835784800,
            "stop": 835792960
        },
        {
            "start": 835793159,
            "stop": 835803899
        },
        {
            "start": 835804049,
            "stop": 835804499
        },
        {
            "start": 835804825,
            "stop": 835804945
        },
        {
            "start": 835805113,
            "stop": 835805173
        },
        {
            "start": 835806355,
            "stop": 835808275
        },
        {
            "start": 835808434,
            "stop": 835808614
        },
        {
            "start": 835808860,
            "stop": 835809280
        }
    ]
}