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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=285",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 286,
    "results": [
        {
            "start": 931706125,
            "stop": 931706136
        },
        {
            "start": 931706140,
            "stop": 931706141
        },
        {
            "start": 931706143,
            "stop": 931706144
        },
        {
            "start": 931706147,
            "stop": 931706148
        },
        {
            "start": 931706152,
            "stop": 931706180
        },
        {
            "start": 931706182,
            "stop": 931706195
        },
        {
            "start": 931706197,
            "stop": 931706198
        },
        {
            "start": 931706200,
            "stop": 931706202
        },
        {
            "start": 931706204,
            "stop": 931706227
        },
        {
            "start": 931706229,
            "stop": 931706241
        },
        {
            "start": 931706243,
            "stop": 931706249
        },
        {
            "start": 931706251,
            "stop": 931706254
        },
        {
            "start": 931706258,
            "stop": 931706260
        },
        {
            "start": 931706261,
            "stop": 931706265
        },
        {
            "start": 931706267,
            "stop": 931706301
        },
        {
            "start": 931706306,
            "stop": 931706307
        },
        {
            "start": 931706308,
            "stop": 931706312
        },
        {
            "start": 931706314,
            "stop": 931706315
        },
        {
            "start": 931706316,
            "stop": 931706317
        },
        {
            "start": 931706320,
            "stop": 931706326
        }
    ]
}