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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=316",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 317,
    "results": [
        {
            "start": 823080151,
            "stop": 823080313
        },
        {
            "start": 823080318,
            "stop": 823080538
        },
        {
            "start": 823084946,
            "stop": 823085762
        },
        {
            "start": 823085767,
            "stop": 823085893
        },
        {
            "start": 823085898,
            "stop": 823087293
        },
        {
            "start": 823087298,
            "stop": 823092103
        },
        {
            "start": 823092110,
            "stop": 823097639
        },
        {
            "start": 823097644,
            "stop": 823098754
        },
        {
            "start": 823098996,
            "stop": 823100281
        },
        {
            "start": 823105325,
            "stop": 823108318
        },
        {
            "start": 823111047,
            "stop": 823111411
        },
        {
            "start": 823111419,
            "stop": 823111473
        },
        {
            "start": 823123524,
            "stop": 823131211
        },
        {
            "start": 823131790,
            "stop": 823137226
        },
        {
            "start": 823137233,
            "stop": 823137263
        },
        {
            "start": 823137302,
            "stop": 823150172
        },
        {
            "start": 823150255,
            "stop": 823150687
        },
        {
            "start": 823150782,
            "stop": 823152567
        },
        {
            "start": 823152573,
            "stop": 823156740
        },
        {
            "start": 823156747,
            "stop": 823159776
        }
    ]
}