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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 2,
    "results": [
        {
            "start": 815726831,
            "stop": 815734181
        },
        {
            "start": 815751372,
            "stop": 815753031
        },
        {
            "start": 815753033,
            "stop": 815757707
        },
        {
            "start": 815757709,
            "stop": 815758153
        },
        {
            "start": 815758210,
            "stop": 815758212
        },
        {
            "start": 815772558,
            "stop": 815773383
        },
        {
            "start": 815773384,
            "stop": 815773813
        },
        {
            "start": 815773847,
            "stop": 815773850
        },
        {
            "start": 815773878,
            "stop": 815775742
        },
        {
            "start": 815775744,
            "stop": 815775913
        },
        {
            "start": 815775949,
            "stop": 815775952
        },
        {
            "start": 815775973,
            "stop": 815776495
        },
        {
            "start": 815776497,
            "stop": 815776886
        },
        {
            "start": 815776912,
            "stop": 815776992
        },
        {
            "start": 815780978,
            "stop": 815783311
        },
        {
            "start": 815783313,
            "stop": 815784013
        },
        {
            "start": 815784050,
            "stop": 815784054
        },
        {
            "start": 815795295,
            "stop": 815795433
        },
        {
            "start": 815795434,
            "stop": 815795533
        },
        {
            "start": 815795565,
            "stop": 815795567
        }
    ]
}