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_CAT3/segments?format=api&page=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 86,
    "results": [
        {
            "start": 1257697047,
            "stop": 1257697800
        },
        {
            "start": 1257697801,
            "stop": 1257697802
        },
        {
            "start": 1257697803,
            "stop": 1257697809
        },
        {
            "start": 1257697811,
            "stop": 1257697876
        },
        {
            "start": 1257697877,
            "stop": 1257697886
        },
        {
            "start": 1257697890,
            "stop": 1257697891
        },
        {
            "start": 1257697893,
            "stop": 1257697993
        },
        {
            "start": 1257697996,
            "stop": 1257698134
        },
        {
            "start": 1257698135,
            "stop": 1257698277
        },
        {
            "start": 1257698278,
            "stop": 1257698323
        },
        {
            "start": 1257698324,
            "stop": 1257698592
        },
        {
            "start": 1257698593,
            "stop": 1257698780
        },
        {
            "start": 1257698781,
            "stop": 1257698798
        },
        {
            "start": 1257706053,
            "stop": 1257707757
        },
        {
            "start": 1257707760,
            "stop": 1257708726
        },
        {
            "start": 1257708727,
            "stop": 1257708741
        },
        {
            "start": 1257708742,
            "stop": 1257708757
        },
        {
            "start": 1257708760,
            "stop": 1257708762
        },
        {
            "start": 1257708766,
            "stop": 1257708797
        },
        {
            "start": 1257708798,
            "stop": 1257708814
        }
    ]
}