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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=494",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=492",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 493,
    "results": [
        {
            "start": 958492721,
            "stop": 958502519
        },
        {
            "start": 958502521,
            "stop": 958503751
        },
        {
            "start": 958509374,
            "stop": 958509960
        },
        {
            "start": 958512657,
            "stop": 958515248
        },
        {
            "start": 958519664,
            "stop": 958532898
        },
        {
            "start": 958538559,
            "stop": 958556864
        },
        {
            "start": 958558352,
            "stop": 958573295
        },
        {
            "start": 958582929,
            "stop": 958583000
        },
        {
            "start": 958588045,
            "stop": 958608564
        },
        {
            "start": 958610325,
            "stop": 958641802
        },
        {
            "start": 958644921,
            "stop": 958660999
        },
        {
            "start": 958661000,
            "stop": 958690149
        },
        {
            "start": 958693927,
            "stop": 958708185
        },
        {
            "start": 958716056,
            "stop": 958720906
        },
        {
            "start": 958728874,
            "stop": 958729521
        },
        {
            "start": 958738118,
            "stop": 958753028
        },
        {
            "start": 958753030,
            "stop": 958753708
        },
        {
            "start": 958757824,
            "stop": 958759105
        },
        {
            "start": 958762500,
            "stop": 958762694
        },
        {
            "start": 958771625,
            "stop": 958771809
        }
    ]
}