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=663
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=664",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=662",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 663,
    "results": [
        {
            "start": 1264629839,
            "stop": 1264629931
        },
        {
            "start": 1264629934,
            "stop": 1264630932
        },
        {
            "start": 1264630935,
            "stop": 1264630951
        },
        {
            "start": 1264630953,
            "stop": 1264631461
        },
        {
            "start": 1264631463,
            "stop": 1264633718
        },
        {
            "start": 1264633720,
            "stop": 1264635116
        },
        {
            "start": 1264635119,
            "stop": 1264643579
        },
        {
            "start": 1264643582,
            "stop": 1264643755
        },
        {
            "start": 1264643758,
            "stop": 1264648901
        },
        {
            "start": 1264648904,
            "stop": 1264648971
        },
        {
            "start": 1264648973,
            "stop": 1264649153
        },
        {
            "start": 1264649160,
            "stop": 1264649375
        },
        {
            "start": 1264649383,
            "stop": 1264650957
        },
        {
            "start": 1264650960,
            "stop": 1264656059
        },
        {
            "start": 1264656062,
            "stop": 1264656697
        },
        {
            "start": 1264656700,
            "stop": 1264661772
        },
        {
            "start": 1264661775,
            "stop": 1264662115
        },
        {
            "start": 1264662118,
            "stop": 1264664948
        },
        {
            "start": 1264664956,
            "stop": 1264667417
        },
        {
            "start": 1264667420,
            "stop": 1264668860
        }
    ]
}