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=641
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=642",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=640",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 641,
    "results": [
        {
            "start": 1263834674,
            "stop": 1263836859
        },
        {
            "start": 1263836862,
            "stop": 1263838561
        },
        {
            "start": 1263838570,
            "stop": 1263840088
        },
        {
            "start": 1263840096,
            "stop": 1263844830
        },
        {
            "start": 1263844839,
            "stop": 1263847571
        },
        {
            "start": 1263847574,
            "stop": 1263849416
        },
        {
            "start": 1263849419,
            "stop": 1263850495
        },
        {
            "start": 1263857147,
            "stop": 1263865261
        },
        {
            "start": 1263865264,
            "stop": 1263866282
        },
        {
            "start": 1263866285,
            "stop": 1263867163
        },
        {
            "start": 1263881127,
            "stop": 1263884727
        },
        {
            "start": 1263884730,
            "stop": 1263888351
        },
        {
            "start": 1263888354,
            "stop": 1263888749
        },
        {
            "start": 1263888752,
            "stop": 1263891804
        },
        {
            "start": 1263891807,
            "stop": 1263897863
        },
        {
            "start": 1263897866,
            "stop": 1263897874
        },
        {
            "start": 1263897877,
            "stop": 1263901359
        },
        {
            "start": 1263901367,
            "stop": 1263901807
        },
        {
            "start": 1263901810,
            "stop": 1263905054
        },
        {
            "start": 1263905062,
            "stop": 1263913286
        }
    ]
}