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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40957",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40958,
    "results": [
        {
            "start": 875123005,
            "stop": 875123011
        },
        {
            "start": 875123012,
            "stop": 875123127
        },
        {
            "start": 875123128,
            "stop": 875123212
        },
        {
            "start": 875123213,
            "stop": 875123255
        },
        {
            "start": 875123257,
            "stop": 875123272
        },
        {
            "start": 875123273,
            "stop": 875123276
        },
        {
            "start": 875123277,
            "stop": 875123334
        },
        {
            "start": 875123336,
            "stop": 875123337
        },
        {
            "start": 875123339,
            "stop": 875123341
        },
        {
            "start": 875123343,
            "stop": 875123353
        },
        {
            "start": 875123354,
            "stop": 875123401
        },
        {
            "start": 875123402,
            "stop": 875123474
        },
        {
            "start": 875123475,
            "stop": 875123485
        },
        {
            "start": 875123486,
            "stop": 875123487
        },
        {
            "start": 875123488,
            "stop": 875123610
        },
        {
            "start": 875123612,
            "stop": 875123620
        },
        {
            "start": 875123622,
            "stop": 875123680
        },
        {
            "start": 875123681,
            "stop": 875123683
        },
        {
            "start": 875123684,
            "stop": 875123726
        },
        {
            "start": 875123727,
            "stop": 875123822
        }
    ]
}