Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=243
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=242",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 243,
    "results": [
        {
            "start": 1176974148,
            "stop": 1176974151
        },
        {
            "start": 1176974153,
            "stop": 1176974215
        },
        {
            "start": 1176974225,
            "stop": 1176974724
        },
        {
            "start": 1176974726,
            "stop": 1176974831
        },
        {
            "start": 1176974833,
            "stop": 1176975800
        },
        {
            "start": 1176975804,
            "stop": 1176975840
        },
        {
            "start": 1176975842,
            "stop": 1176975976
        },
        {
            "start": 1176975977,
            "stop": 1176975978
        },
        {
            "start": 1176975979,
            "stop": 1176976154
        },
        {
            "start": 1176976156,
            "stop": 1176981314
        },
        {
            "start": 1176981316,
            "stop": 1176981320
        },
        {
            "start": 1176981324,
            "stop": 1176981527
        },
        {
            "start": 1176981530,
            "stop": 1176982053
        },
        {
            "start": 1176982054,
            "stop": 1176982337
        },
        {
            "start": 1176982338,
            "stop": 1176982495
        },
        {
            "start": 1176982496,
            "stop": 1176982703
        },
        {
            "start": 1176982705,
            "stop": 1176989908
        },
        {
            "start": 1176989911,
            "stop": 1176992812
        },
        {
            "start": 1176992813,
            "stop": 1176992855
        },
        {
            "start": 1176992856,
            "stop": 1176993162
        }
    ]
}