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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=280",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 281,
    "results": [
        {
            "start": 931785349,
            "stop": 931785353
        },
        {
            "start": 931785355,
            "stop": 931785359
        },
        {
            "start": 931785361,
            "stop": 931785362
        },
        {
            "start": 931785364,
            "stop": 931785367
        },
        {
            "start": 931785369,
            "stop": 931785370
        },
        {
            "start": 931785372,
            "stop": 931785373
        },
        {
            "start": 931785374,
            "stop": 931785389
        },
        {
            "start": 931785393,
            "stop": 931785399
        },
        {
            "start": 931785401,
            "stop": 931785437
        },
        {
            "start": 931785439,
            "stop": 931785458
        },
        {
            "start": 931785460,
            "stop": 931785469
        },
        {
            "start": 931785471,
            "stop": 931785475
        },
        {
            "start": 931785476,
            "stop": 931785483
        },
        {
            "start": 931785485,
            "stop": 931785492
        },
        {
            "start": 931785494,
            "stop": 931785520
        },
        {
            "start": 931785521,
            "stop": 931785531
        },
        {
            "start": 931785533,
            "stop": 931785537
        },
        {
            "start": 931785539,
            "stop": 931785542
        },
        {
            "start": 931785543,
            "stop": 931785545
        },
        {
            "start": 931785546,
            "stop": 931785548
        }
    ]
}