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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40704",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40705,
    "results": [
        {
            "start": 874943154,
            "stop": 874943160
        },
        {
            "start": 874943220,
            "stop": 874943233
        },
        {
            "start": 874943234,
            "stop": 874943342
        },
        {
            "start": 874943343,
            "stop": 874943416
        },
        {
            "start": 874943417,
            "stop": 874943443
        },
        {
            "start": 874943445,
            "stop": 874943468
        },
        {
            "start": 874943469,
            "stop": 874943475
        },
        {
            "start": 874943477,
            "stop": 874943495
        },
        {
            "start": 874943496,
            "stop": 874943509
        },
        {
            "start": 874943511,
            "stop": 874943570
        },
        {
            "start": 874943572,
            "stop": 874943608
        },
        {
            "start": 874943609,
            "stop": 874943615
        },
        {
            "start": 874943616,
            "stop": 874943639
        },
        {
            "start": 874943641,
            "stop": 874943657
        },
        {
            "start": 874943658,
            "stop": 874943716
        },
        {
            "start": 874943718,
            "stop": 874943734
        },
        {
            "start": 874943735,
            "stop": 874943740
        },
        {
            "start": 874943741,
            "stop": 874943744
        },
        {
            "start": 874943745,
            "stop": 874943763
        },
        {
            "start": 874943764,
            "stop": 874943781
        }
    ]
}