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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3085",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3086,
    "results": [
        {
            "start": 866236443,
            "stop": 866236456
        },
        {
            "start": 866236459,
            "stop": 866237040
        },
        {
            "start": 866237160,
            "stop": 866237312
        },
        {
            "start": 866237840,
            "stop": 866238480
        },
        {
            "start": 866238540,
            "stop": 866239260
        },
        {
            "start": 866239380,
            "stop": 866240122
        },
        {
            "start": 866240125,
            "stop": 866240126
        },
        {
            "start": 866240214,
            "stop": 866241555
        },
        {
            "start": 866246172,
            "stop": 866248389
        },
        {
            "start": 866248393,
            "stop": 866248962
        },
        {
            "start": 866248965,
            "stop": 866250366
        },
        {
            "start": 866250370,
            "stop": 866251140
        },
        {
            "start": 866251260,
            "stop": 866254548
        },
        {
            "start": 866254551,
            "stop": 866257173
        },
        {
            "start": 866257430,
            "stop": 866257724
        },
        {
            "start": 866257905,
            "stop": 866259343
        },
        {
            "start": 866260134,
            "stop": 866261336
        },
        {
            "start": 866261341,
            "stop": 866265044
        },
        {
            "start": 866265225,
            "stop": 866270804
        },
        {
            "start": 866270985,
            "stop": 866273640
        }
    ]
}