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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 59,
    "results": [
        {
            "start": 1257445365,
            "stop": 1257445535
        },
        {
            "start": 1257445538,
            "stop": 1257445628
        },
        {
            "start": 1257445631,
            "stop": 1257445704
        },
        {
            "start": 1257445707,
            "stop": 1257445722
        },
        {
            "start": 1257445725,
            "stop": 1257445789
        },
        {
            "start": 1257445792,
            "stop": 1257445847
        },
        {
            "start": 1257445848,
            "stop": 1257445870
        },
        {
            "start": 1257445871,
            "stop": 1257445877
        },
        {
            "start": 1257445880,
            "stop": 1257445888
        },
        {
            "start": 1257445891,
            "stop": 1257446117
        },
        {
            "start": 1257446120,
            "stop": 1257446170
        },
        {
            "start": 1257446176,
            "stop": 1257446241
        },
        {
            "start": 1257446244,
            "stop": 1257446392
        },
        {
            "start": 1257446395,
            "stop": 1257446849
        },
        {
            "start": 1257446852,
            "stop": 1257446899
        },
        {
            "start": 1257446902,
            "stop": 1257447069
        },
        {
            "start": 1257447072,
            "stop": 1257447448
        },
        {
            "start": 1257447451,
            "stop": 1257447525
        },
        {
            "start": 1257447527,
            "stop": 1257447555
        },
        {
            "start": 1257447558,
            "stop": 1257447781
        }
    ]
}