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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=340",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 341,
    "results": [
        {
            "start": 1181369400,
            "stop": 1181369415
        },
        {
            "start": 1181369431,
            "stop": 1181369485
        },
        {
            "start": 1181369502,
            "stop": 1181369531
        },
        {
            "start": 1181369549,
            "stop": 1181369563
        },
        {
            "start": 1181369566,
            "stop": 1181369583
        },
        {
            "start": 1181369594,
            "stop": 1181369617
        },
        {
            "start": 1181369639,
            "stop": 1181369653
        },
        {
            "start": 1181369707,
            "stop": 1181369725
        },
        {
            "start": 1181369809,
            "stop": 1181369829
        },
        {
            "start": 1181383199,
            "stop": 1181384516
        },
        {
            "start": 1181384517,
            "stop": 1181384959
        },
        {
            "start": 1181384960,
            "stop": 1181384961
        },
        {
            "start": 1181384962,
            "stop": 1181384966
        },
        {
            "start": 1181384967,
            "stop": 1181385098
        },
        {
            "start": 1181385099,
            "stop": 1181385103
        },
        {
            "start": 1181385105,
            "stop": 1181385107
        },
        {
            "start": 1181385108,
            "stop": 1181385110
        },
        {
            "start": 1181385111,
            "stop": 1181385222
        },
        {
            "start": 1181385223,
            "stop": 1181385245
        },
        {
            "start": 1181385246,
            "stop": 1181385297
        }
    ]
}