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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1676",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1674",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1675,
    "results": [
        {
            "start": 957349636,
            "stop": 957349721
        },
        {
            "start": 957349723,
            "stop": 957349772
        },
        {
            "start": 957349774,
            "stop": 957349823
        },
        {
            "start": 957349825,
            "stop": 957349946
        },
        {
            "start": 957349948,
            "stop": 957350036
        },
        {
            "start": 957350038,
            "stop": 957350051
        },
        {
            "start": 957350053,
            "stop": 957350214
        },
        {
            "start": 957350216,
            "stop": 957350277
        },
        {
            "start": 957350279,
            "stop": 957350530
        },
        {
            "start": 957350532,
            "stop": 957350579
        },
        {
            "start": 957350581,
            "stop": 957350639
        },
        {
            "start": 957350640,
            "stop": 957351051
        },
        {
            "start": 957351053,
            "stop": 957351451
        },
        {
            "start": 957351453,
            "stop": 957351671
        },
        {
            "start": 957351673,
            "stop": 957351717
        },
        {
            "start": 957351719,
            "stop": 957351879
        },
        {
            "start": 957351881,
            "stop": 957352139
        },
        {
            "start": 957354972,
            "stop": 957354999
        },
        {
            "start": 957355001,
            "stop": 957355171
        },
        {
            "start": 957355173,
            "stop": 957355469
        }
    ]
}