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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=150",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 151,
    "results": [
        {
            "start": 821523321,
            "stop": 821523328
        },
        {
            "start": 821523331,
            "stop": 821523340
        },
        {
            "start": 821523343,
            "stop": 821523344
        },
        {
            "start": 821523347,
            "stop": 821523353
        },
        {
            "start": 821523356,
            "stop": 821523363
        },
        {
            "start": 821523366,
            "stop": 821523381
        },
        {
            "start": 821523385,
            "stop": 821523387
        },
        {
            "start": 821523390,
            "stop": 821523411
        },
        {
            "start": 821523416,
            "stop": 821523430
        },
        {
            "start": 821523433,
            "stop": 821523437
        },
        {
            "start": 821523440,
            "stop": 821523457
        },
        {
            "start": 821523460,
            "stop": 821523475
        },
        {
            "start": 821523478,
            "stop": 821523599
        },
        {
            "start": 821523602,
            "stop": 821523607
        },
        {
            "start": 821523610,
            "stop": 821523628
        },
        {
            "start": 821523631,
            "stop": 821523739
        },
        {
            "start": 821523742,
            "stop": 821523749
        },
        {
            "start": 821523752,
            "stop": 821523828
        },
        {
            "start": 821523831,
            "stop": 821523866
        },
        {
            "start": 821523869,
            "stop": 821523899
        }
    ]
}