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=898
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=899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=897",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 898,
    "results": [
        {
            "start": 866892553,
            "stop": 866892763
        },
        {
            "start": 866892793,
            "stop": 866893093
        },
        {
            "start": 866893123,
            "stop": 866893273
        },
        {
            "start": 866893393,
            "stop": 866893693
        },
        {
            "start": 866893723,
            "stop": 866893873
        },
        {
            "start": 866894023,
            "stop": 866894293
        },
        {
            "start": 866897280,
            "stop": 866897520
        },
        {
            "start": 866897984,
            "stop": 866898164
        },
        {
            "start": 866898644,
            "stop": 866898794
        },
        {
            "start": 866898854,
            "stop": 866898914
        },
        {
            "start": 866899034,
            "stop": 866899124
        },
        {
            "start": 866899214,
            "stop": 866899364
        },
        {
            "start": 866899514,
            "stop": 866899634
        },
        {
            "start": 866900397,
            "stop": 866900637
        },
        {
            "start": 867050018,
            "stop": 867053018
        },
        {
            "start": 867053172,
            "stop": 867056112
        },
        {
            "start": 867057989,
            "stop": 867065309
        },
        {
            "start": 867068216,
            "stop": 867068576
        },
        {
            "start": 867070319,
            "stop": 867070559
        },
        {
            "start": 867117695,
            "stop": 867119555
        }
    ]
}