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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=691",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 692,
    "results": [
        {
            "start": 847730603,
            "stop": 847730605
        },
        {
            "start": 847730610,
            "stop": 847731390
        },
        {
            "start": 847731450,
            "stop": 847731468
        },
        {
            "start": 847733010,
            "stop": 847733579
        },
        {
            "start": 847734387,
            "stop": 847734429
        },
        {
            "start": 847742700,
            "stop": 847744290
        },
        {
            "start": 847752171,
            "stop": 847753043
        },
        {
            "start": 847775781,
            "stop": 847797030
        },
        {
            "start": 847797090,
            "stop": 847797118
        },
        {
            "start": 847798683,
            "stop": 847802586
        },
        {
            "start": 847803691,
            "stop": 847807496
        },
        {
            "start": 847807498,
            "stop": 847811805
        },
        {
            "start": 847811807,
            "stop": 847811808
        },
        {
            "start": 847819476,
            "stop": 847820550
        },
        {
            "start": 847820790,
            "stop": 847820810
        },
        {
            "start": 847821199,
            "stop": 847821250
        },
        {
            "start": 847823778,
            "stop": 847823970
        },
        {
            "start": 847826448,
            "stop": 847834721
        },
        {
            "start": 847837065,
            "stop": 847837350
        },
        {
            "start": 847837410,
            "stop": 847837432
        }
    ]
}