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=654
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=655",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=653",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 654,
    "results": [
        {
            "start": 1264326133,
            "stop": 1264327279
        },
        {
            "start": 1264327282,
            "stop": 1264328668
        },
        {
            "start": 1264328671,
            "stop": 1264332010
        },
        {
            "start": 1264332013,
            "stop": 1264338392
        },
        {
            "start": 1264338395,
            "stop": 1264339045
        },
        {
            "start": 1264339048,
            "stop": 1264339742
        },
        {
            "start": 1264339745,
            "stop": 1264352818
        },
        {
            "start": 1264352821,
            "stop": 1264353833
        },
        {
            "start": 1264353836,
            "stop": 1264355356
        },
        {
            "start": 1264355359,
            "stop": 1264356425
        },
        {
            "start": 1264356428,
            "stop": 1264361791
        },
        {
            "start": 1264361794,
            "stop": 1264365572
        },
        {
            "start": 1264365580,
            "stop": 1264368646
        },
        {
            "start": 1264368654,
            "stop": 1264368774
        },
        {
            "start": 1264368777,
            "stop": 1264370267
        },
        {
            "start": 1264392987,
            "stop": 1264393162
        },
        {
            "start": 1264393165,
            "stop": 1264393368
        },
        {
            "start": 1264393371,
            "stop": 1264393452
        },
        {
            "start": 1264393456,
            "stop": 1264393458
        },
        {
            "start": 1264393470,
            "stop": 1264393471
        }
    ]
}