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=767
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=768",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=766",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 767,
    "results": [
        {
            "start": 1268963390,
            "stop": 1268965021
        },
        {
            "start": 1268965024,
            "stop": 1268966675
        },
        {
            "start": 1268966678,
            "stop": 1268968241
        },
        {
            "start": 1268968244,
            "stop": 1268968245
        },
        {
            "start": 1268968248,
            "stop": 1268968249
        },
        {
            "start": 1268968254,
            "stop": 1268968255
        },
        {
            "start": 1268968258,
            "stop": 1268970808
        },
        {
            "start": 1268970811,
            "stop": 1268971524
        },
        {
            "start": 1268971528,
            "stop": 1268975148
        },
        {
            "start": 1268975152,
            "stop": 1268975175
        },
        {
            "start": 1268975179,
            "stop": 1268975203
        },
        {
            "start": 1268975207,
            "stop": 1268975215
        },
        {
            "start": 1268975220,
            "stop": 1268975227
        },
        {
            "start": 1268975229,
            "stop": 1268975686
        },
        {
            "start": 1268975697,
            "stop": 1268975784
        },
        {
            "start": 1268975785,
            "stop": 1268975786
        },
        {
            "start": 1268975790,
            "stop": 1268975796
        },
        {
            "start": 1268975798,
            "stop": 1268975844
        },
        {
            "start": 1268975851,
            "stop": 1268980276
        },
        {
            "start": 1268980278,
            "stop": 1268982301
        }
    ]
}