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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3543
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=3544",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3542",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3543,
    "results": [
        {
            "start": 970248864,
            "stop": 970248916
        },
        {
            "start": 970248976,
            "stop": 970249079
        },
        {
            "start": 970249082,
            "stop": 970249123
        },
        {
            "start": 970249144,
            "stop": 970249152
        },
        {
            "start": 970249163,
            "stop": 970249167
        },
        {
            "start": 970249173,
            "stop": 970249179
        },
        {
            "start": 970249185,
            "stop": 970249359
        },
        {
            "start": 970249362,
            "stop": 970249512
        },
        {
            "start": 970249516,
            "stop": 970249517
        },
        {
            "start": 970249518,
            "stop": 970249597
        },
        {
            "start": 970249600,
            "stop": 970249607
        },
        {
            "start": 970249611,
            "stop": 970249775
        },
        {
            "start": 970249779,
            "stop": 970249816
        },
        {
            "start": 970249936,
            "stop": 970249952
        },
        {
            "start": 970249955,
            "stop": 970250055
        },
        {
            "start": 970250058,
            "stop": 970250116
        },
        {
            "start": 970250236,
            "stop": 970250247
        },
        {
            "start": 970250258,
            "stop": 970250272
        },
        {
            "start": 970250275,
            "stop": 970250327
        },
        {
            "start": 970250330,
            "stop": 970250334
        }
    ]
}