Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3074
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3073",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3074,
    "results": [
        {
            "start": 865864080,
            "stop": 865864127
        },
        {
            "start": 865866711,
            "stop": 865867980
        },
        {
            "start": 865868040,
            "stop": 865869000
        },
        {
            "start": 865869060,
            "stop": 865869270
        },
        {
            "start": 865869275,
            "stop": 865869300
        },
        {
            "start": 865869360,
            "stop": 865869600
        },
        {
            "start": 865869660,
            "stop": 865870222
        },
        {
            "start": 865870225,
            "stop": 865872565
        },
        {
            "start": 865872568,
            "stop": 865872570
        },
        {
            "start": 865872573,
            "stop": 865874640
        },
        {
            "start": 865874820,
            "stop": 865875206
        },
        {
            "start": 865875212,
            "stop": 865875215
        },
        {
            "start": 865875218,
            "stop": 865875220
        },
        {
            "start": 865875223,
            "stop": 865876240
        },
        {
            "start": 865877681,
            "stop": 865877779
        },
        {
            "start": 865877783,
            "stop": 865878000
        },
        {
            "start": 865878060,
            "stop": 865879430
        },
        {
            "start": 865879434,
            "stop": 865881120
        },
        {
            "start": 865881180,
            "stop": 865881300
        },
        {
            "start": 865881540,
            "stop": 865882200
        }
    ]
}