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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4198",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4199,
    "results": [
        {
            "start": 874425774,
            "stop": 874425810
        },
        {
            "start": 874425829,
            "stop": 874425863
        },
        {
            "start": 874425882,
            "stop": 874426009
        },
        {
            "start": 874426029,
            "stop": 874426174
        },
        {
            "start": 874426193,
            "stop": 874426196
        },
        {
            "start": 874426215,
            "stop": 874426218
        },
        {
            "start": 874426237,
            "stop": 874426341
        },
        {
            "start": 874426360,
            "stop": 874426461
        },
        {
            "start": 874426480,
            "stop": 874426624
        },
        {
            "start": 874426647,
            "stop": 874426681
        },
        {
            "start": 874426700,
            "stop": 874426894
        },
        {
            "start": 874426913,
            "stop": 874427122
        },
        {
            "start": 874427141,
            "stop": 874427174
        },
        {
            "start": 874427193,
            "stop": 874427210
        },
        {
            "start": 874427229,
            "stop": 874427234
        },
        {
            "start": 874427264,
            "stop": 874427275
        },
        {
            "start": 874427306,
            "stop": 874427374
        },
        {
            "start": 874427393,
            "stop": 874427416
        },
        {
            "start": 874427550,
            "stop": 874427617
        },
        {
            "start": 874427636,
            "stop": 874427713
        }
    ]
}