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=368
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=369",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 368,
    "results": [
        {
            "start": 1181765713,
            "stop": 1181766422
        },
        {
            "start": 1181766423,
            "stop": 1181766623
        },
        {
            "start": 1181766626,
            "stop": 1181767705
        },
        {
            "start": 1181767708,
            "stop": 1181768437
        },
        {
            "start": 1181768438,
            "stop": 1181770712
        },
        {
            "start": 1181770714,
            "stop": 1181771024
        },
        {
            "start": 1181771025,
            "stop": 1181771026
        },
        {
            "start": 1181771027,
            "stop": 1181771436
        },
        {
            "start": 1181771437,
            "stop": 1181771532
        },
        {
            "start": 1181771535,
            "stop": 1181771758
        },
        {
            "start": 1181771760,
            "stop": 1181772773
        },
        {
            "start": 1181772774,
            "stop": 1181772811
        },
        {
            "start": 1181772815,
            "stop": 1181773468
        },
        {
            "start": 1181773469,
            "stop": 1181774838
        },
        {
            "start": 1181774839,
            "stop": 1181776300
        },
        {
            "start": 1181776301,
            "stop": 1181777326
        },
        {
            "start": 1181777330,
            "stop": 1181779196
        },
        {
            "start": 1181779197,
            "stop": 1181782748
        },
        {
            "start": 1181782751,
            "stop": 1181783855
        },
        {
            "start": 1181783856,
            "stop": 1181784194
        }
    ]
}