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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4244",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4245,
    "results": [
        {
            "start": 874569398,
            "stop": 874569660
        },
        {
            "start": 874569720,
            "stop": 874569840
        },
        {
            "start": 874569900,
            "stop": 874570500
        },
        {
            "start": 874570560,
            "stop": 874570620
        },
        {
            "start": 874570680,
            "stop": 874570860
        },
        {
            "start": 874570920,
            "stop": 874571280
        },
        {
            "start": 874571340,
            "stop": 874571755
        },
        {
            "start": 874571774,
            "stop": 874571940
        },
        {
            "start": 874572000,
            "stop": 874572331
        },
        {
            "start": 874572350,
            "stop": 874572369
        },
        {
            "start": 874572388,
            "stop": 874572621
        },
        {
            "start": 874572640,
            "stop": 874572780
        },
        {
            "start": 874572840,
            "stop": 874573020
        },
        {
            "start": 874573080,
            "stop": 874573429
        },
        {
            "start": 874573449,
            "stop": 874573751
        },
        {
            "start": 874573771,
            "stop": 874574220
        },
        {
            "start": 874574280,
            "stop": 874574301
        },
        {
            "start": 874574321,
            "stop": 874574420
        },
        {
            "start": 874574439,
            "stop": 874574661
        },
        {
            "start": 874574680,
            "stop": 874574693
        }
    ]
}