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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=434",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 435,
    "results": [
        {
            "start": 933144745,
            "stop": 933144757
        },
        {
            "start": 933144760,
            "stop": 933144773
        },
        {
            "start": 933144775,
            "stop": 933144788
        },
        {
            "start": 933144791,
            "stop": 933144967
        },
        {
            "start": 933144970,
            "stop": 933145215
        },
        {
            "start": 933145575,
            "stop": 933145582
        },
        {
            "start": 933145585,
            "stop": 933145597
        },
        {
            "start": 933145600,
            "stop": 933145612
        },
        {
            "start": 933145615,
            "stop": 933145627
        },
        {
            "start": 933145630,
            "stop": 933147023
        },
        {
            "start": 933149548,
            "stop": 933150104
        },
        {
            "start": 933154332,
            "stop": 933155163
        },
        {
            "start": 933167175,
            "stop": 933167924
        },
        {
            "start": 933180305,
            "stop": 933181215
        },
        {
            "start": 933181575,
            "stop": 933181648
        },
        {
            "start": 933181650,
            "stop": 933181663
        },
        {
            "start": 933181665,
            "stop": 933181677
        },
        {
            "start": 933181680,
            "stop": 933184047
        },
        {
            "start": 933184050,
            "stop": 933184377
        },
        {
            "start": 933184380,
            "stop": 933184393
        }
    ]
}