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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 28,
    "results": [
        {
            "start": 1382509559,
            "stop": 1382534786
        },
        {
            "start": 1382534861,
            "stop": 1382535534
        },
        {
            "start": 1382535975,
            "stop": 1382549718
        },
        {
            "start": 1382557608,
            "stop": 1382561227
        },
        {
            "start": 1382570097,
            "stop": 1382578141
        },
        {
            "start": 1382584559,
            "stop": 1382593907
        },
        {
            "start": 1382599445,
            "stop": 1382611809
        },
        {
            "start": 1382617753,
            "stop": 1382630506
        },
        {
            "start": 1382638599,
            "stop": 1382639449
        },
        {
            "start": 1382639519,
            "stop": 1382653997
        },
        {
            "start": 1382654808,
            "stop": 1382678523
        },
        {
            "start": 1382680538,
            "stop": 1382689306
        },
        {
            "start": 1382698209,
            "stop": 1382730137
        },
        {
            "start": 1382743750,
            "stop": 1382787140
        },
        {
            "start": 1382892404,
            "stop": 1382894316
        },
        {
            "start": 1382899353,
            "stop": 1382901268
        },
        {
            "start": 1382918769,
            "stop": 1383015629
        },
        {
            "start": 1383016143,
            "stop": 1383019222
        },
        {
            "start": 1383031341,
            "stop": 1383043942
        },
        {
            "start": 1383055295,
            "stop": 1383077434
        }
    ]
}