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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=253",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 254,
    "results": [
        {
            "start": 931760578,
            "stop": 931760581
        },
        {
            "start": 931760585,
            "stop": 931760591
        },
        {
            "start": 931760593,
            "stop": 931760595
        },
        {
            "start": 931760597,
            "stop": 931760657
        },
        {
            "start": 931760658,
            "stop": 931760724
        },
        {
            "start": 931760725,
            "stop": 931760899
        },
        {
            "start": 931760900,
            "stop": 931760952
        },
        {
            "start": 931760953,
            "stop": 931760960
        },
        {
            "start": 931760962,
            "stop": 931760997
        },
        {
            "start": 931761001,
            "stop": 931761007
        },
        {
            "start": 931761009,
            "stop": 931761017
        },
        {
            "start": 931761019,
            "stop": 931761180
        },
        {
            "start": 931761185,
            "stop": 931761219
        },
        {
            "start": 931761222,
            "stop": 931761225
        },
        {
            "start": 931761227,
            "stop": 931761230
        },
        {
            "start": 931761232,
            "stop": 931761233
        },
        {
            "start": 931761234,
            "stop": 931761236
        },
        {
            "start": 931761238,
            "stop": 931761241
        },
        {
            "start": 931761243,
            "stop": 931761247
        },
        {
            "start": 931761248,
            "stop": 931761256
        }
    ]
}