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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5024",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5025,
    "results": [
        {
            "start": 874550449,
            "stop": 874550460
        },
        {
            "start": 874550520,
            "stop": 874550548
        },
        {
            "start": 874550584,
            "stop": 874550618
        },
        {
            "start": 874550638,
            "stop": 874550687
        },
        {
            "start": 874550706,
            "stop": 874550739
        },
        {
            "start": 874550759,
            "stop": 874550769
        },
        {
            "start": 874550788,
            "stop": 874550828
        },
        {
            "start": 874550848,
            "stop": 874550850
        },
        {
            "start": 874550870,
            "stop": 874550883
        },
        {
            "start": 874550902,
            "stop": 874550961
        },
        {
            "start": 874550980,
            "stop": 874550996
        },
        {
            "start": 874551015,
            "stop": 874551064
        },
        {
            "start": 874551083,
            "stop": 874551101
        },
        {
            "start": 874551132,
            "stop": 874551176
        },
        {
            "start": 874551197,
            "stop": 874551204
        },
        {
            "start": 874551240,
            "stop": 874551310
        },
        {
            "start": 874551329,
            "stop": 874551381
        },
        {
            "start": 874551400,
            "stop": 874551509
        },
        {
            "start": 874551528,
            "stop": 874551564
        },
        {
            "start": 874551584,
            "stop": 874551619
        }
    ]
}