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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=196",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 197,
    "results": [
        {
            "start": 820366570,
            "stop": 820366884
        },
        {
            "start": 820366891,
            "stop": 820368950
        },
        {
            "start": 820369030,
            "stop": 820369117
        },
        {
            "start": 820369124,
            "stop": 820369185
        },
        {
            "start": 820369192,
            "stop": 820369431
        },
        {
            "start": 820369439,
            "stop": 820369610
        },
        {
            "start": 820369690,
            "stop": 820370229
        },
        {
            "start": 820370236,
            "stop": 820370292
        },
        {
            "start": 820370299,
            "stop": 820370750
        },
        {
            "start": 820370890,
            "stop": 820370993
        },
        {
            "start": 820373426,
            "stop": 820373520
        },
        {
            "start": 820373527,
            "stop": 820373782
        },
        {
            "start": 820373789,
            "stop": 820373871
        },
        {
            "start": 820373878,
            "stop": 820375118
        },
        {
            "start": 820375147,
            "stop": 820375420
        },
        {
            "start": 820375428,
            "stop": 820376810
        },
        {
            "start": 820376950,
            "stop": 820377067
        },
        {
            "start": 820377074,
            "stop": 820377161
        },
        {
            "start": 820377168,
            "stop": 820377323
        },
        {
            "start": 820377330,
            "stop": 820377830
        }
    ]
}