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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=175",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 176,
    "results": [
        {
            "start": 842900620,
            "stop": 842903365
        },
        {
            "start": 842903367,
            "stop": 842903376
        },
        {
            "start": 842903511,
            "stop": 842903589
        },
        {
            "start": 842904542,
            "stop": 842907591
        },
        {
            "start": 842909561,
            "stop": 842910532
        },
        {
            "start": 842910716,
            "stop": 842910904
        },
        {
            "start": 842911430,
            "stop": 842911457
        },
        {
            "start": 842911567,
            "stop": 842911570
        },
        {
            "start": 842911870,
            "stop": 842913562
        },
        {
            "start": 842915267,
            "stop": 842915642
        },
        {
            "start": 842915752,
            "stop": 842916276
        },
        {
            "start": 842916598,
            "stop": 842916752
        },
        {
            "start": 842922491,
            "stop": 842922516
        },
        {
            "start": 842922816,
            "stop": 842922971
        },
        {
            "start": 842923271,
            "stop": 842923432
        },
        {
            "start": 842923732,
            "stop": 842927979
        },
        {
            "start": 842929319,
            "stop": 842964023
        },
        {
            "start": 842964136,
            "stop": 842967501
        },
        {
            "start": 842967801,
            "stop": 842969777
        },
        {
            "start": 842969822,
            "stop": 842972915
        }
    ]
}