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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5239",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5237",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5238,
    "results": [
        {
            "start": 1137055339,
            "stop": 1137055341
        },
        {
            "start": 1137055344,
            "stop": 1137055346
        },
        {
            "start": 1137055348,
            "stop": 1137055356
        },
        {
            "start": 1137055358,
            "stop": 1137055359
        },
        {
            "start": 1137055361,
            "stop": 1137055365
        },
        {
            "start": 1137055367,
            "stop": 1137055368
        },
        {
            "start": 1137055371,
            "stop": 1137055378
        },
        {
            "start": 1137055379,
            "stop": 1137055381
        },
        {
            "start": 1137055382,
            "stop": 1137055386
        },
        {
            "start": 1137055388,
            "stop": 1137055390
        },
        {
            "start": 1137055392,
            "stop": 1137055394
        },
        {
            "start": 1137055398,
            "stop": 1137055406
        },
        {
            "start": 1137055412,
            "stop": 1137055416
        },
        {
            "start": 1137055418,
            "stop": 1137055432
        },
        {
            "start": 1137055434,
            "stop": 1137055435
        },
        {
            "start": 1137055437,
            "stop": 1137055456
        },
        {
            "start": 1137055458,
            "stop": 1137055460
        },
        {
            "start": 1137055461,
            "stop": 1137055466
        },
        {
            "start": 1137055467,
            "stop": 1137055478
        },
        {
            "start": 1137055480,
            "stop": 1137055486
        }
    ]
}