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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=763",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=761",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 762,
    "results": [
        {
            "start": 1268855803,
            "stop": 1268855804
        },
        {
            "start": 1268855811,
            "stop": 1268855819
        },
        {
            "start": 1268855821,
            "stop": 1268855842
        },
        {
            "start": 1268855854,
            "stop": 1268855855
        },
        {
            "start": 1268855875,
            "stop": 1268855911
        },
        {
            "start": 1268855913,
            "stop": 1268856114
        },
        {
            "start": 1268856115,
            "stop": 1268856116
        },
        {
            "start": 1268856117,
            "stop": 1268856126
        },
        {
            "start": 1268856127,
            "stop": 1268856130
        },
        {
            "start": 1268856135,
            "stop": 1268856136
        },
        {
            "start": 1268856141,
            "stop": 1268856142
        },
        {
            "start": 1268856149,
            "stop": 1268858977
        },
        {
            "start": 1268858980,
            "stop": 1268862021
        },
        {
            "start": 1268862025,
            "stop": 1268863554
        },
        {
            "start": 1268863557,
            "stop": 1268864024
        },
        {
            "start": 1268864044,
            "stop": 1268864056
        },
        {
            "start": 1268864091,
            "stop": 1268864096
        },
        {
            "start": 1268864097,
            "stop": 1268864098
        },
        {
            "start": 1268864099,
            "stop": 1268864116
        },
        {
            "start": 1268864121,
            "stop": 1268864753
        }
    ]
}