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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 187,
    "results": [
        {
            "start": 1239893610,
            "stop": 1239893646
        },
        {
            "start": 1239893647,
            "stop": 1239893744
        },
        {
            "start": 1239893747,
            "stop": 1239894052
        },
        {
            "start": 1239894054,
            "stop": 1239894171
        },
        {
            "start": 1239894173,
            "stop": 1239894283
        },
        {
            "start": 1239894285,
            "stop": 1239894333
        },
        {
            "start": 1239894335,
            "stop": 1239894632
        },
        {
            "start": 1239894635,
            "stop": 1239894663
        },
        {
            "start": 1239894665,
            "stop": 1239894752
        },
        {
            "start": 1239894754,
            "stop": 1239894758
        },
        {
            "start": 1239894759,
            "stop": 1239894760
        },
        {
            "start": 1239894762,
            "stop": 1239894846
        },
        {
            "start": 1239894848,
            "stop": 1239894852
        },
        {
            "start": 1239894853,
            "stop": 1239894860
        },
        {
            "start": 1239894862,
            "stop": 1239894890
        },
        {
            "start": 1239894891,
            "stop": 1239894898
        },
        {
            "start": 1239894900,
            "stop": 1239894901
        },
        {
            "start": 1239894902,
            "stop": 1239894904
        },
        {
            "start": 1239894906,
            "stop": 1239894975
        },
        {
            "start": 1239894978,
            "stop": 1239894992
        }
    ]
}