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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=453",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=451",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 452,
    "results": [
        {
            "start": 1183049719,
            "stop": 1183049720
        },
        {
            "start": 1183049724,
            "stop": 1183050718
        },
        {
            "start": 1183050722,
            "stop": 1183053873
        },
        {
            "start": 1183053875,
            "stop": 1183056348
        },
        {
            "start": 1183056350,
            "stop": 1183057372
        },
        {
            "start": 1183057375,
            "stop": 1183057702
        },
        {
            "start": 1183057704,
            "stop": 1183058284
        },
        {
            "start": 1183058287,
            "stop": 1183058295
        },
        {
            "start": 1183058297,
            "stop": 1183058491
        },
        {
            "start": 1183058495,
            "stop": 1183058580
        },
        {
            "start": 1183058584,
            "stop": 1183058684
        },
        {
            "start": 1183058686,
            "stop": 1183058889
        },
        {
            "start": 1183058891,
            "stop": 1183058995
        },
        {
            "start": 1183058997,
            "stop": 1183059161
        },
        {
            "start": 1183059163,
            "stop": 1183060549
        },
        {
            "start": 1183060552,
            "stop": 1183060560
        },
        {
            "start": 1183060562,
            "stop": 1183061469
        },
        {
            "start": 1183061471,
            "stop": 1183061983
        },
        {
            "start": 1183061985,
            "stop": 1183063068
        },
        {
            "start": 1183063070,
            "stop": 1183063797
        }
    ]
}