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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=135",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 136,
    "results": [
        {
            "start": 931130241,
            "stop": 931130260
        },
        {
            "start": 931130261,
            "stop": 931130271
        },
        {
            "start": 931130272,
            "stop": 931130279
        },
        {
            "start": 931130280,
            "stop": 931130301
        },
        {
            "start": 931130302,
            "stop": 931130306
        },
        {
            "start": 931130307,
            "stop": 931130310
        },
        {
            "start": 931130312,
            "stop": 931130330
        },
        {
            "start": 931130331,
            "stop": 931130332
        },
        {
            "start": 931130333,
            "stop": 931130337
        },
        {
            "start": 931130338,
            "stop": 931130349
        },
        {
            "start": 931130350,
            "stop": 931130357
        },
        {
            "start": 931130358,
            "stop": 931130361
        },
        {
            "start": 931130363,
            "stop": 931130371
        },
        {
            "start": 931130372,
            "stop": 931130382
        },
        {
            "start": 931130385,
            "stop": 931130395
        },
        {
            "start": 931130396,
            "stop": 931130415
        },
        {
            "start": 931130416,
            "stop": 931130423
        },
        {
            "start": 931130424,
            "stop": 931130428
        },
        {
            "start": 931130429,
            "stop": 931130430
        },
        {
            "start": 931130431,
            "stop": 931130432
        }
    ]
}