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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=310",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 311,
    "results": [
        {
            "start": 833241844,
            "stop": 833242024
        },
        {
            "start": 833243942,
            "stop": 833250122
        },
        {
            "start": 833250327,
            "stop": 833250447
        },
        {
            "start": 833250781,
            "stop": 833255521
        },
        {
            "start": 833258204,
            "stop": 833258684
        },
        {
            "start": 833258829,
            "stop": 833259129
        },
        {
            "start": 833259277,
            "stop": 833259637
        },
        {
            "start": 833259828,
            "stop": 833261208
        },
        {
            "start": 833261764,
            "stop": 833263744
        },
        {
            "start": 833263774,
            "stop": 833268784
        },
        {
            "start": 833268971,
            "stop": 833269331
        },
        {
            "start": 833272694,
            "stop": 833272994
        },
        {
            "start": 833273305,
            "stop": 833274025
        },
        {
            "start": 833274339,
            "stop": 833274879
        },
        {
            "start": 833275962,
            "stop": 833277942
        },
        {
            "start": 833278142,
            "stop": 833279942
        },
        {
            "start": 833279972,
            "stop": 833285402
        },
        {
            "start": 833285634,
            "stop": 833286084
        },
        {
            "start": 833286234,
            "stop": 833287974
        },
        {
            "start": 833288152,
            "stop": 833289592
        }
    ]
}