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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=411",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 412,
    "results": [
        {
            "start": 821768544,
            "stop": 821768546
        },
        {
            "start": 821768560,
            "stop": 821768563
        },
        {
            "start": 821768570,
            "stop": 821768574
        },
        {
            "start": 821768577,
            "stop": 821768590
        },
        {
            "start": 821768596,
            "stop": 821768615
        },
        {
            "start": 821768618,
            "stop": 821768621
        },
        {
            "start": 821768624,
            "stop": 821768628
        },
        {
            "start": 821768631,
            "stop": 821768634
        },
        {
            "start": 821768641,
            "stop": 821768649
        },
        {
            "start": 821768653,
            "stop": 821768654
        },
        {
            "start": 821768657,
            "stop": 821768673
        },
        {
            "start": 821768676,
            "stop": 821768678
        },
        {
            "start": 821768681,
            "stop": 821768691
        },
        {
            "start": 821768697,
            "stop": 821768698
        },
        {
            "start": 821768701,
            "stop": 821768707
        },
        {
            "start": 821768710,
            "stop": 821768712
        },
        {
            "start": 821768715,
            "stop": 821768716
        },
        {
            "start": 821768720,
            "stop": 821768723
        },
        {
            "start": 821768726,
            "stop": 821768728
        },
        {
            "start": 821768731,
            "stop": 821768753
        }
    ]
}