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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 77,
    "results": [
        {
            "start": 1257524566,
            "stop": 1257524573
        },
        {
            "start": 1257524574,
            "stop": 1257525469
        },
        {
            "start": 1257525472,
            "stop": 1257525848
        },
        {
            "start": 1257525854,
            "stop": 1257525859
        },
        {
            "start": 1257525860,
            "stop": 1257525864
        },
        {
            "start": 1257525865,
            "stop": 1257526448
        },
        {
            "start": 1257526450,
            "stop": 1257527308
        },
        {
            "start": 1257527309,
            "stop": 1257527314
        },
        {
            "start": 1257527315,
            "stop": 1257527788
        },
        {
            "start": 1257527791,
            "stop": 1257528056
        },
        {
            "start": 1257528059,
            "stop": 1257528861
        },
        {
            "start": 1257528864,
            "stop": 1257529281
        },
        {
            "start": 1257529284,
            "stop": 1257529494
        },
        {
            "start": 1257529497,
            "stop": 1257530121
        },
        {
            "start": 1257530129,
            "stop": 1257530713
        },
        {
            "start": 1257530716,
            "stop": 1257532296
        },
        {
            "start": 1257532299,
            "stop": 1257532975
        },
        {
            "start": 1257532976,
            "stop": 1257533805
        },
        {
            "start": 1257533808,
            "stop": 1257534889
        },
        {
            "start": 1257534892,
            "stop": 1257535166
        }
    ]
}