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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5341",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5339",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5340,
    "results": [
        {
            "start": 1136600957,
            "stop": 1136601056
        },
        {
            "start": 1136601058,
            "stop": 1136601145
        },
        {
            "start": 1136601147,
            "stop": 1136601350
        },
        {
            "start": 1136601352,
            "stop": 1136601451
        },
        {
            "start": 1136601453,
            "stop": 1136601543
        },
        {
            "start": 1136601547,
            "stop": 1136601908
        },
        {
            "start": 1136601910,
            "stop": 1136602129
        },
        {
            "start": 1136602131,
            "stop": 1136602311
        },
        {
            "start": 1136602313,
            "stop": 1136602333
        },
        {
            "start": 1136602335,
            "stop": 1136602513
        },
        {
            "start": 1136602515,
            "stop": 1136602560
        },
        {
            "start": 1136602562,
            "stop": 1136602588
        },
        {
            "start": 1136602590,
            "stop": 1136602593
        },
        {
            "start": 1136602595,
            "stop": 1136602634
        },
        {
            "start": 1136602636,
            "stop": 1136602640
        },
        {
            "start": 1136602642,
            "stop": 1136602657
        },
        {
            "start": 1136602659,
            "stop": 1136602662
        },
        {
            "start": 1136602664,
            "stop": 1136602667
        },
        {
            "start": 1136602669,
            "stop": 1136602714
        },
        {
            "start": 1136602716,
            "stop": 1136602722
        }
    ]
}