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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33264",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33265,
    "results": [
        {
            "start": 970994115,
            "stop": 970994162
        },
        {
            "start": 970994163,
            "stop": 970994205
        },
        {
            "start": 970994206,
            "stop": 970994232
        },
        {
            "start": 970994233,
            "stop": 970994241
        },
        {
            "start": 970994242,
            "stop": 970994245
        },
        {
            "start": 970994246,
            "stop": 970994271
        },
        {
            "start": 970994272,
            "stop": 970994315
        },
        {
            "start": 970994316,
            "stop": 970994332
        },
        {
            "start": 970994333,
            "stop": 970994355
        },
        {
            "start": 970994356,
            "stop": 970994392
        },
        {
            "start": 970994394,
            "stop": 970994403
        },
        {
            "start": 970994406,
            "stop": 970994430
        },
        {
            "start": 970994431,
            "stop": 970994434
        },
        {
            "start": 970994437,
            "stop": 970994439
        },
        {
            "start": 970994440,
            "stop": 970994488
        },
        {
            "start": 970994489,
            "stop": 970994491
        },
        {
            "start": 970994492,
            "stop": 970994516
        },
        {
            "start": 970994517,
            "stop": 970994540
        },
        {
            "start": 970994541,
            "stop": 970994561
        },
        {
            "start": 970994562,
            "stop": 970994573
        }
    ]
}