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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33084",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33082",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33083,
    "results": [
        {
            "start": 970490311,
            "stop": 970490312
        },
        {
            "start": 970490408,
            "stop": 970490409
        },
        {
            "start": 970490427,
            "stop": 970490429
        },
        {
            "start": 970490698,
            "stop": 970490699
        },
        {
            "start": 970490825,
            "stop": 970490826
        },
        {
            "start": 970490842,
            "stop": 970490843
        },
        {
            "start": 970490848,
            "stop": 970490849
        },
        {
            "start": 970490949,
            "stop": 970490950
        },
        {
            "start": 970491070,
            "stop": 970491072
        },
        {
            "start": 970491131,
            "stop": 970491132
        },
        {
            "start": 970491159,
            "stop": 970491160
        },
        {
            "start": 970491161,
            "stop": 970491162
        },
        {
            "start": 970491406,
            "stop": 970491407
        },
        {
            "start": 970491876,
            "stop": 970491877
        },
        {
            "start": 970496464,
            "stop": 970496465
        },
        {
            "start": 970496467,
            "stop": 970496477
        },
        {
            "start": 970496480,
            "stop": 970496494
        },
        {
            "start": 970496495,
            "stop": 970496497
        },
        {
            "start": 970496498,
            "stop": 970496505
        },
        {
            "start": 970496508,
            "stop": 970496525
        }
    ]
}