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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=343",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 344,
    "results": [
        {
            "start": 821751533,
            "stop": 821751534
        },
        {
            "start": 821751537,
            "stop": 821751545
        },
        {
            "start": 821751548,
            "stop": 821751550
        },
        {
            "start": 821751553,
            "stop": 821751554
        },
        {
            "start": 821751560,
            "stop": 821751579
        },
        {
            "start": 821751582,
            "stop": 821751593
        },
        {
            "start": 821751599,
            "stop": 821751600
        },
        {
            "start": 821751605,
            "stop": 821751607
        },
        {
            "start": 821751612,
            "stop": 821751622
        },
        {
            "start": 821751625,
            "stop": 821751653
        },
        {
            "start": 821751657,
            "stop": 821751659
        },
        {
            "start": 821751663,
            "stop": 821751666
        },
        {
            "start": 821751671,
            "stop": 821751673
        },
        {
            "start": 821751679,
            "stop": 821751680
        },
        {
            "start": 821751685,
            "stop": 821751688
        },
        {
            "start": 821751691,
            "stop": 821751692
        },
        {
            "start": 821751695,
            "stop": 821751696
        },
        {
            "start": 821751705,
            "stop": 821751710
        },
        {
            "start": 821751713,
            "stop": 821751717
        },
        {
            "start": 821751720,
            "stop": 821751724
        }
    ]
}