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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=743",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=741",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 742,
    "results": [
        {
            "start": 1267988623,
            "stop": 1267988837
        },
        {
            "start": 1267988839,
            "stop": 1267989621
        },
        {
            "start": 1268005050,
            "stop": 1268008687
        },
        {
            "start": 1268008690,
            "stop": 1268009023
        },
        {
            "start": 1268009026,
            "stop": 1268010724
        },
        {
            "start": 1268010727,
            "stop": 1268011155
        },
        {
            "start": 1268011158,
            "stop": 1268016711
        },
        {
            "start": 1268016714,
            "stop": 1268018290
        },
        {
            "start": 1268018293,
            "stop": 1268021260
        },
        {
            "start": 1268021268,
            "stop": 1268021532
        },
        {
            "start": 1268021535,
            "stop": 1268022180
        },
        {
            "start": 1268022182,
            "stop": 1268022275
        },
        {
            "start": 1268022278,
            "stop": 1268022976
        },
        {
            "start": 1268022979,
            "stop": 1268023107
        },
        {
            "start": 1268023110,
            "stop": 1268027027
        },
        {
            "start": 1268027030,
            "stop": 1268033075
        },
        {
            "start": 1268033078,
            "stop": 1268033520
        },
        {
            "start": 1268033523,
            "stop": 1268033710
        },
        {
            "start": 1268033713,
            "stop": 1268039470
        },
        {
            "start": 1268039473,
            "stop": 1268040176
        }
    ]
}