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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=685",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=683",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 684,
    "results": [
        {
            "start": 1265549456,
            "stop": 1265550515
        },
        {
            "start": 1265550518,
            "stop": 1265551411
        },
        {
            "start": 1265551414,
            "stop": 1265552104
        },
        {
            "start": 1265552107,
            "stop": 1265554922
        },
        {
            "start": 1265554925,
            "stop": 1265555930
        },
        {
            "start": 1265555933,
            "stop": 1265556087
        },
        {
            "start": 1265556095,
            "stop": 1265557103
        },
        {
            "start": 1265557106,
            "stop": 1265559826
        },
        {
            "start": 1265559829,
            "stop": 1265560045
        },
        {
            "start": 1265560048,
            "stop": 1265560724
        },
        {
            "start": 1265560727,
            "stop": 1265561421
        },
        {
            "start": 1265561424,
            "stop": 1265566641
        },
        {
            "start": 1265566644,
            "stop": 1265567925
        },
        {
            "start": 1265567928,
            "stop": 1265572714
        },
        {
            "start": 1265575319,
            "stop": 1265576860
        },
        {
            "start": 1265576868,
            "stop": 1265580764
        },
        {
            "start": 1265580767,
            "stop": 1265582034
        },
        {
            "start": 1265582037,
            "stop": 1265582543
        },
        {
            "start": 1265582546,
            "stop": 1265583484
        },
        {
            "start": 1265589745,
            "stop": 1265590649
        }
    ]
}