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=4288
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=4289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4287",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4288,
    "results": [
        {
            "start": 874646146,
            "stop": 874646223
        },
        {
            "start": 874646244,
            "stop": 874646248
        },
        {
            "start": 874646267,
            "stop": 874646346
        },
        {
            "start": 874646365,
            "stop": 874646383
        },
        {
            "start": 874646403,
            "stop": 874646431
        },
        {
            "start": 874646467,
            "stop": 874646482
        },
        {
            "start": 874646502,
            "stop": 874646504
        },
        {
            "start": 874646523,
            "stop": 874646629
        },
        {
            "start": 874646648,
            "stop": 874646741
        },
        {
            "start": 874646760,
            "stop": 874646791
        },
        {
            "start": 874646813,
            "stop": 874646818
        },
        {
            "start": 874646837,
            "stop": 874646935
        },
        {
            "start": 874646954,
            "stop": 874646966
        },
        {
            "start": 874646990,
            "stop": 874646993
        },
        {
            "start": 874647012,
            "stop": 874647026
        },
        {
            "start": 874647045,
            "stop": 874647103
        },
        {
            "start": 874647122,
            "stop": 874647147
        },
        {
            "start": 874647166,
            "stop": 874647169
        },
        {
            "start": 874647188,
            "stop": 874647210
        },
        {
            "start": 874647229,
            "stop": 874647252
        }
    ]
}