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=703
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=704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=702",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 703,
    "results": [
        {
            "start": 849306061,
            "stop": 849361802
        },
        {
            "start": 849361804,
            "stop": 849368135
        },
        {
            "start": 849368136,
            "stop": 849369716
        },
        {
            "start": 849401857,
            "stop": 849413711
        },
        {
            "start": 849415838,
            "stop": 849427490
        },
        {
            "start": 849427810,
            "stop": 849427890
        },
        {
            "start": 849428478,
            "stop": 849443415
        },
        {
            "start": 849445377,
            "stop": 849457749
        },
        {
            "start": 849457752,
            "stop": 849470630
        },
        {
            "start": 849471555,
            "stop": 849477126
        },
        {
            "start": 849477558,
            "stop": 849480655
        },
        {
            "start": 849480658,
            "stop": 849487874
        },
        {
            "start": 849487876,
            "stop": 849501017
        },
        {
            "start": 849501035,
            "stop": 849506984
        },
        {
            "start": 849506987,
            "stop": 849536097
        },
        {
            "start": 849536098,
            "stop": 849541742
        },
        {
            "start": 849541751,
            "stop": 849554031
        },
        {
            "start": 849555995,
            "stop": 849564210
        },
        {
            "start": 849564270,
            "stop": 849564292
        },
        {
            "start": 849565220,
            "stop": 849568099
        }
    ]
}