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=801
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=802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=800",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 801,
    "results": [
        {
            "start": 858834103,
            "stop": 858835123
        },
        {
            "start": 858835300,
            "stop": 858837940
        },
        {
            "start": 858838145,
            "stop": 858842405
        },
        {
            "start": 858843619,
            "stop": 858849409
        },
        {
            "start": 858849559,
            "stop": 858849829
        },
        {
            "start": 858849979,
            "stop": 858852319
        },
        {
            "start": 858852469,
            "stop": 858861199
        },
        {
            "start": 858862163,
            "stop": 858869003
        },
        {
            "start": 858871856,
            "stop": 858880376
        },
        {
            "start": 858880606,
            "stop": 858884026
        },
        {
            "start": 858884417,
            "stop": 858885437
        },
        {
            "start": 858888462,
            "stop": 858888522
        },
        {
            "start": 858888753,
            "stop": 858891993
        },
        {
            "start": 858892790,
            "stop": 858893510
        },
        {
            "start": 858893814,
            "stop": 858899994
        },
        {
            "start": 858900134,
            "stop": 858900974
        },
        {
            "start": 858901111,
            "stop": 858903811
        },
        {
            "start": 858904022,
            "stop": 858919382
        },
        {
            "start": 858919611,
            "stop": 858926211
        },
        {
            "start": 858927771,
            "stop": 858932601
        }
    ]
}