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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=186",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 187,
    "results": [
        {
            "start": 931139227,
            "stop": 931139231
        },
        {
            "start": 931139235,
            "stop": 931139244
        },
        {
            "start": 931139245,
            "stop": 931139250
        },
        {
            "start": 931139255,
            "stop": 931139257
        },
        {
            "start": 931139263,
            "stop": 931139264
        },
        {
            "start": 931139270,
            "stop": 931139274
        },
        {
            "start": 931139278,
            "stop": 931139279
        },
        {
            "start": 931139281,
            "stop": 931139287
        },
        {
            "start": 931139288,
            "stop": 931139298
        },
        {
            "start": 931139302,
            "stop": 931139316
        },
        {
            "start": 931139317,
            "stop": 931139322
        },
        {
            "start": 931139323,
            "stop": 931139326
        },
        {
            "start": 931139328,
            "stop": 931139333
        },
        {
            "start": 931139334,
            "stop": 931139338
        },
        {
            "start": 931139340,
            "stop": 931139341
        },
        {
            "start": 931139351,
            "stop": 931139353
        },
        {
            "start": 931139355,
            "stop": 931139358
        },
        {
            "start": 931139365,
            "stop": 931139368
        },
        {
            "start": 931139370,
            "stop": 931139371
        },
        {
            "start": 931139373,
            "stop": 931139377
        }
    ]
}