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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=188",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 189,
    "results": [
        {
            "start": 933728583,
            "stop": 933728590
        },
        {
            "start": 933728592,
            "stop": 933728610
        },
        {
            "start": 933728612,
            "stop": 933728615
        },
        {
            "start": 933728618,
            "stop": 933728631
        },
        {
            "start": 933728636,
            "stop": 933732154
        },
        {
            "start": 933732156,
            "stop": 933732180
        },
        {
            "start": 933732182,
            "stop": 933732187
        },
        {
            "start": 933732189,
            "stop": 933732205
        },
        {
            "start": 933732208,
            "stop": 933732212
        },
        {
            "start": 933732214,
            "stop": 933732228
        },
        {
            "start": 933732232,
            "stop": 933732975
        },
        {
            "start": 933738363,
            "stop": 933739352
        },
        {
            "start": 933739355,
            "stop": 933739356
        },
        {
            "start": 933739358,
            "stop": 933739363
        },
        {
            "start": 933739367,
            "stop": 933739382
        },
        {
            "start": 933739385,
            "stop": 933739408
        },
        {
            "start": 933739411,
            "stop": 933739431
        },
        {
            "start": 933739435,
            "stop": 933742980
        },
        {
            "start": 933742982,
            "stop": 933743012
        },
        {
            "start": 933743014,
            "stop": 933743020
        }
    ]
}