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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3677",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3675",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3676,
    "results": [
        {
            "start": 970849096,
            "stop": 970849276
        },
        {
            "start": 970849336,
            "stop": 970849349
        },
        {
            "start": 970849352,
            "stop": 970849498
        },
        {
            "start": 970849503,
            "stop": 970849516
        },
        {
            "start": 970849576,
            "stop": 970849680
        },
        {
            "start": 970849683,
            "stop": 970849734
        },
        {
            "start": 970849737,
            "stop": 970849739
        },
        {
            "start": 970849742,
            "stop": 970849763
        },
        {
            "start": 970849766,
            "stop": 970849769
        },
        {
            "start": 970849773,
            "stop": 970849874
        },
        {
            "start": 970849879,
            "stop": 970849881
        },
        {
            "start": 970849884,
            "stop": 970849891
        },
        {
            "start": 970849894,
            "stop": 970849902
        },
        {
            "start": 970849913,
            "stop": 970850002
        },
        {
            "start": 970850005,
            "stop": 970850055
        },
        {
            "start": 970850058,
            "stop": 970850069
        },
        {
            "start": 970850072,
            "stop": 970850075
        },
        {
            "start": 970850078,
            "stop": 970850116
        },
        {
            "start": 970850181,
            "stop": 970850208
        },
        {
            "start": 970850214,
            "stop": 970850385
        }
    ]
}