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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=246",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 247,
    "results": [
        {
            "start": 931164128,
            "stop": 931164129
        },
        {
            "start": 931164130,
            "stop": 931164136
        },
        {
            "start": 931164137,
            "stop": 931164138
        },
        {
            "start": 931164139,
            "stop": 931164140
        },
        {
            "start": 931164144,
            "stop": 931164146
        },
        {
            "start": 931164148,
            "stop": 931164150
        },
        {
            "start": 931164151,
            "stop": 931164152
        },
        {
            "start": 931164155,
            "stop": 931164158
        },
        {
            "start": 931164163,
            "stop": 931164165
        },
        {
            "start": 931164167,
            "stop": 931164168
        },
        {
            "start": 931164171,
            "stop": 931164173
        },
        {
            "start": 931164174,
            "stop": 931164176
        },
        {
            "start": 931164179,
            "stop": 931164191
        },
        {
            "start": 931164193,
            "stop": 931164198
        },
        {
            "start": 931164200,
            "stop": 931164201
        },
        {
            "start": 931164202,
            "stop": 931164203
        },
        {
            "start": 931164204,
            "stop": 931164205
        },
        {
            "start": 931164212,
            "stop": 931164214
        },
        {
            "start": 931164216,
            "stop": 931164218
        },
        {
            "start": 931164219,
            "stop": 931164220
        }
    ]
}