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=4179
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=4180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4178",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4179,
    "results": [
        {
            "start": 874380300,
            "stop": 874380345
        },
        {
            "start": 874380364,
            "stop": 874380368
        },
        {
            "start": 874380402,
            "stop": 874380420
        },
        {
            "start": 874380540,
            "stop": 874380563
        },
        {
            "start": 874380584,
            "stop": 874380655
        },
        {
            "start": 874380681,
            "stop": 874380708
        },
        {
            "start": 874380743,
            "stop": 874380780
        },
        {
            "start": 874380840,
            "stop": 874380872
        },
        {
            "start": 874380891,
            "stop": 874380909
        },
        {
            "start": 874380928,
            "stop": 874380933
        },
        {
            "start": 874380954,
            "stop": 874381080
        },
        {
            "start": 874381169,
            "stop": 874381203
        },
        {
            "start": 874381330,
            "stop": 874381346
        },
        {
            "start": 874381365,
            "stop": 874381380
        },
        {
            "start": 874381440,
            "stop": 874381457
        },
        {
            "start": 874381476,
            "stop": 874381500
        },
        {
            "start": 874381564,
            "stop": 874381576
        },
        {
            "start": 874381596,
            "stop": 874381656
        },
        {
            "start": 874381675,
            "stop": 874381799
        },
        {
            "start": 874381818,
            "stop": 874381929
        }
    ]
}