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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=197",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 198,
    "results": [
        {
            "start": 848198645,
            "stop": 848219953
        },
        {
            "start": 848221955,
            "stop": 848229912
        },
        {
            "start": 848234927,
            "stop": 848237053
        },
        {
            "start": 848238106,
            "stop": 848255929
        },
        {
            "start": 848289871,
            "stop": 848302616
        },
        {
            "start": 848305733,
            "stop": 848311633
        },
        {
            "start": 848312977,
            "stop": 848317873
        },
        {
            "start": 848318823,
            "stop": 848319473
        },
        {
            "start": 848319474,
            "stop": 848319553
        },
        {
            "start": 848324697,
            "stop": 848324935
        },
        {
            "start": 848325568,
            "stop": 848325646
        },
        {
            "start": 848326670,
            "stop": 848327865
        },
        {
            "start": 848327866,
            "stop": 848330569
        },
        {
            "start": 848332046,
            "stop": 848335453
        },
        {
            "start": 848336639,
            "stop": 848345327
        },
        {
            "start": 848345329,
            "stop": 848348053
        },
        {
            "start": 848383967,
            "stop": 848387597
        },
        {
            "start": 848387598,
            "stop": 848418247
        },
        {
            "start": 848419578,
            "stop": 848424913
        },
        {
            "start": 848425667,
            "stop": 848430952
        }
    ]
}