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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=518",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 519,
    "results": [
        {
            "start": 869261638,
            "stop": 869261682
        },
        {
            "start": 869261690,
            "stop": 869265420
        },
        {
            "start": 869265480,
            "stop": 869268357
        },
        {
            "start": 869268363,
            "stop": 869279338
        },
        {
            "start": 869279339,
            "stop": 869279355
        },
        {
            "start": 869279363,
            "stop": 869282558
        },
        {
            "start": 869283089,
            "stop": 869283120
        },
        {
            "start": 869283180,
            "stop": 869283368
        },
        {
            "start": 869283668,
            "stop": 869283837
        },
        {
            "start": 869283843,
            "stop": 869283898
        },
        {
            "start": 869284246,
            "stop": 869291760
        },
        {
            "start": 869291820,
            "stop": 869310222
        },
        {
            "start": 869310228,
            "stop": 869318575
        },
        {
            "start": 869318580,
            "stop": 869318595
        },
        {
            "start": 869318600,
            "stop": 869318637
        },
        {
            "start": 869318643,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324428
        },
        {
            "start": 869348551,
            "stop": 869354326
        },
        {
            "start": 869354328,
            "stop": 869363010
        },
        {
            "start": 869363015,
            "stop": 869367616
        }
    ]
}