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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 56,
    "results": [
        {
            "start": 931187642,
            "stop": 931187644
        },
        {
            "start": 931187646,
            "stop": 931187654
        },
        {
            "start": 931187656,
            "stop": 931187681
        },
        {
            "start": 931187683,
            "stop": 931187695
        },
        {
            "start": 931187696,
            "stop": 931187751
        },
        {
            "start": 931187752,
            "stop": 931187763
        },
        {
            "start": 931187766,
            "stop": 931187792
        },
        {
            "start": 931187796,
            "stop": 931187848
        },
        {
            "start": 931187850,
            "stop": 931187852
        },
        {
            "start": 931187854,
            "stop": 931187861
        },
        {
            "start": 931187862,
            "stop": 931187877
        },
        {
            "start": 931187878,
            "stop": 931187879
        },
        {
            "start": 931187881,
            "stop": 931187882
        },
        {
            "start": 931187884,
            "stop": 931187887
        },
        {
            "start": 931187890,
            "stop": 931187910
        },
        {
            "start": 931187914,
            "stop": 931187916
        },
        {
            "start": 931187918,
            "stop": 931187944
        },
        {
            "start": 931187945,
            "stop": 931187996
        },
        {
            "start": 931187997,
            "stop": 931188016
        },
        {
            "start": 931188017,
            "stop": 931188024
        }
    ]
}