Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=545
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=546",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=544",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 545,
    "results": [
        {
            "start": 1184961276,
            "stop": 1184961279
        },
        {
            "start": 1184961281,
            "stop": 1184962226
        },
        {
            "start": 1184962229,
            "stop": 1184967088
        },
        {
            "start": 1184967091,
            "stop": 1184970076
        },
        {
            "start": 1184970079,
            "stop": 1184975570
        },
        {
            "start": 1184979979,
            "stop": 1184983643
        },
        {
            "start": 1184983647,
            "stop": 1185009050
        },
        {
            "start": 1185083107,
            "stop": 1185089072
        },
        {
            "start": 1185089076,
            "stop": 1185094012
        },
        {
            "start": 1185094015,
            "stop": 1185094268
        },
        {
            "start": 1185094510,
            "stop": 1185096863
        },
        {
            "start": 1185096866,
            "stop": 1185097305
        },
        {
            "start": 1185097309,
            "stop": 1185097448
        },
        {
            "start": 1185097690,
            "stop": 1185098048
        },
        {
            "start": 1185098110,
            "stop": 1185098168
        },
        {
            "start": 1185098230,
            "stop": 1185098288
        },
        {
            "start": 1185098350,
            "stop": 1185099008
        },
        {
            "start": 1185099070,
            "stop": 1185099188
        },
        {
            "start": 1185099254,
            "stop": 1185099308
        },
        {
            "start": 1185099490,
            "stop": 1185099608
        }
    ]
}