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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=367",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 368,
    "results": [
        {
            "start": 1260907101,
            "stop": 1260907405
        },
        {
            "start": 1260907408,
            "stop": 1260907473
        },
        {
            "start": 1260907476,
            "stop": 1260907567
        },
        {
            "start": 1260907570,
            "stop": 1260907771
        },
        {
            "start": 1260907774,
            "stop": 1260907776
        },
        {
            "start": 1260907779,
            "stop": 1260907829
        },
        {
            "start": 1260907832,
            "stop": 1260908045
        },
        {
            "start": 1260908048,
            "stop": 1260908142
        },
        {
            "start": 1260908145,
            "stop": 1260908176
        },
        {
            "start": 1260908179,
            "stop": 1260908188
        },
        {
            "start": 1260908191,
            "stop": 1260908291
        },
        {
            "start": 1260908294,
            "stop": 1260908295
        },
        {
            "start": 1260908298,
            "stop": 1260908307
        },
        {
            "start": 1260908310,
            "stop": 1260908311
        },
        {
            "start": 1260908314,
            "stop": 1260908537
        },
        {
            "start": 1260908540,
            "stop": 1260908662
        },
        {
            "start": 1260908665,
            "stop": 1260908666
        },
        {
            "start": 1260908669,
            "stop": 1260908670
        },
        {
            "start": 1260908673,
            "stop": 1260908674
        },
        {
            "start": 1260908677,
            "stop": 1260908678
        }
    ]
}