Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2002
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2003",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=2001",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 2002,
    "results": [
        {
            "start": 1253906776,
            "stop": 1253907061
        },
        {
            "start": 1253907064,
            "stop": 1253907616
        },
        {
            "start": 1253907619,
            "stop": 1253908576
        },
        {
            "start": 1253908579,
            "stop": 1253910789
        },
        {
            "start": 1253910792,
            "stop": 1253911729
        },
        {
            "start": 1253911730,
            "stop": 1253911987
        },
        {
            "start": 1253911989,
            "stop": 1253912027
        },
        {
            "start": 1253912029,
            "stop": 1253912707
        },
        {
            "start": 1253912710,
            "stop": 1253915007
        },
        {
            "start": 1253915010,
            "stop": 1253915376
        },
        {
            "start": 1253915377,
            "stop": 1253916108
        },
        {
            "start": 1253916111,
            "stop": 1253918065
        },
        {
            "start": 1253918066,
            "stop": 1253919083
        },
        {
            "start": 1253919091,
            "stop": 1253920996
        },
        {
            "start": 1253921004,
            "stop": 1253921758
        },
        {
            "start": 1253921761,
            "stop": 1253921918
        },
        {
            "start": 1253921921,
            "stop": 1253921938
        },
        {
            "start": 1253921941,
            "stop": 1253922153
        },
        {
            "start": 1253922156,
            "stop": 1253924478
        },
        {
            "start": 1253924481,
            "stop": 1253932809
        }
    ]
}