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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1448",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1449,
    "results": [
        {
            "start": 857411852,
            "stop": 857412743
        },
        {
            "start": 857423453,
            "stop": 857423822
        },
        {
            "start": 857423825,
            "stop": 857424444
        },
        {
            "start": 857424559,
            "stop": 857426863
        },
        {
            "start": 857427569,
            "stop": 857428815
        },
        {
            "start": 857428818,
            "stop": 857428828
        },
        {
            "start": 857428936,
            "stop": 857429071
        },
        {
            "start": 857429074,
            "stop": 857429235
        },
        {
            "start": 857429238,
            "stop": 857429798
        },
        {
            "start": 857429801,
            "stop": 857430389
        },
        {
            "start": 857430486,
            "stop": 857430859
        },
        {
            "start": 857430862,
            "stop": 857430945
        },
        {
            "start": 857430948,
            "stop": 857431783
        },
        {
            "start": 857431786,
            "stop": 857431864
        },
        {
            "start": 857431867,
            "stop": 857432037
        },
        {
            "start": 857432040,
            "stop": 857432283
        },
        {
            "start": 857432286,
            "stop": 857433189
        },
        {
            "start": 857433192,
            "stop": 857433480
        },
        {
            "start": 857433771,
            "stop": 857434618
        },
        {
            "start": 857434621,
            "stop": 857434683
        }
    ]
}