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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4761",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4762,
    "results": [
        {
            "start": 874566480,
            "stop": 874566486
        },
        {
            "start": 874566505,
            "stop": 874566519
        },
        {
            "start": 874566720,
            "stop": 874566804
        },
        {
            "start": 874566823,
            "stop": 874566840
        },
        {
            "start": 874566916,
            "stop": 874566953
        },
        {
            "start": 874566972,
            "stop": 874566996
        },
        {
            "start": 874567015,
            "stop": 874567077
        },
        {
            "start": 874567200,
            "stop": 874567208
        },
        {
            "start": 874567239,
            "stop": 874567266
        },
        {
            "start": 874567285,
            "stop": 874567288
        },
        {
            "start": 874567322,
            "stop": 874567339
        },
        {
            "start": 874567358,
            "stop": 874567367
        },
        {
            "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
        }
    ]
}