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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40826",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40827,
    "results": [
        {
            "start": 875038391,
            "stop": 875038473
        },
        {
            "start": 875038474,
            "stop": 875038490
        },
        {
            "start": 875038491,
            "stop": 875038493
        },
        {
            "start": 875038495,
            "stop": 875038500
        },
        {
            "start": 875038560,
            "stop": 875038577
        },
        {
            "start": 875038578,
            "stop": 875038582
        },
        {
            "start": 875038584,
            "stop": 875038593
        },
        {
            "start": 875038594,
            "stop": 875038596
        },
        {
            "start": 875038597,
            "stop": 875038601
        },
        {
            "start": 875038602,
            "stop": 875038621
        },
        {
            "start": 875038623,
            "stop": 875038624
        },
        {
            "start": 875038626,
            "stop": 875038632
        },
        {
            "start": 875038634,
            "stop": 875038642
        },
        {
            "start": 875038644,
            "stop": 875038651
        },
        {
            "start": 875038653,
            "stop": 875038739
        },
        {
            "start": 875038740,
            "stop": 875038781
        },
        {
            "start": 875038782,
            "stop": 875038785
        },
        {
            "start": 875038787,
            "stop": 875038792
        },
        {
            "start": 875038793,
            "stop": 875038820
        },
        {
            "start": 875038822,
            "stop": 875038823
        }
    ]
}