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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=276",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 277,
    "results": [
        {
            "start": 1177462312,
            "stop": 1177462395
        },
        {
            "start": 1177462400,
            "stop": 1177462425
        },
        {
            "start": 1177462426,
            "stop": 1177462536
        },
        {
            "start": 1177463143,
            "stop": 1177463774
        },
        {
            "start": 1177463775,
            "stop": 1177463830
        },
        {
            "start": 1177463832,
            "stop": 1177469630
        },
        {
            "start": 1177469636,
            "stop": 1177474312
        },
        {
            "start": 1177474316,
            "stop": 1177474846
        },
        {
            "start": 1177474850,
            "stop": 1177477021
        },
        {
            "start": 1177477025,
            "stop": 1177481297
        },
        {
            "start": 1177481301,
            "stop": 1177482564
        },
        {
            "start": 1177482567,
            "stop": 1177482606
        },
        {
            "start": 1177482607,
            "stop": 1177485941
        },
        {
            "start": 1177485942,
            "stop": 1177489052
        },
        {
            "start": 1177489056,
            "stop": 1177498119
        },
        {
            "start": 1177498123,
            "stop": 1177501150
        },
        {
            "start": 1177501154,
            "stop": 1177501712
        },
        {
            "start": 1177501716,
            "stop": 1177513447
        },
        {
            "start": 1177514118,
            "stop": 1177514836
        },
        {
            "start": 1177514840,
            "stop": 1177518135
        }
    ]
}