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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=403",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 404,
    "results": [
        {
            "start": 847786996,
            "stop": 847787106
        },
        {
            "start": 847787107,
            "stop": 847787184
        },
        {
            "start": 847787185,
            "stop": 847787204
        },
        {
            "start": 847787205,
            "stop": 847787207
        },
        {
            "start": 847787208,
            "stop": 847787248
        },
        {
            "start": 847787250,
            "stop": 847787276
        },
        {
            "start": 847787277,
            "stop": 847787278
        },
        {
            "start": 847787279,
            "stop": 847787295
        },
        {
            "start": 847787297,
            "stop": 847787317
        },
        {
            "start": 847787318,
            "stop": 847787337
        },
        {
            "start": 847787339,
            "stop": 847787369
        },
        {
            "start": 847787371,
            "stop": 847787403
        },
        {
            "start": 847787404,
            "stop": 847787406
        },
        {
            "start": 847787407,
            "stop": 847787423
        },
        {
            "start": 847787424,
            "stop": 847787464
        },
        {
            "start": 847787466,
            "stop": 847787710
        },
        {
            "start": 847787711,
            "stop": 847787795
        },
        {
            "start": 847787797,
            "stop": 847787803
        },
        {
            "start": 847787804,
            "stop": 847787923
        },
        {
            "start": 847787924,
            "stop": 847787934
        }
    ]
}