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=6420
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=6421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6419",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6420,
    "results": [
        {
            "start": 873759875,
            "stop": 873759893
        },
        {
            "start": 873759895,
            "stop": 873759959
        },
        {
            "start": 873759960,
            "stop": 873760023
        },
        {
            "start": 873760024,
            "stop": 873760040
        },
        {
            "start": 873760042,
            "stop": 873760239
        },
        {
            "start": 873760240,
            "stop": 873760312
        },
        {
            "start": 873760313,
            "stop": 873760324
        },
        {
            "start": 873760325,
            "stop": 873760593
        },
        {
            "start": 873760595,
            "stop": 873760762
        },
        {
            "start": 873760763,
            "stop": 873761073
        },
        {
            "start": 873761074,
            "stop": 873761372
        },
        {
            "start": 873761373,
            "stop": 873761419
        },
        {
            "start": 873761420,
            "stop": 873761502
        },
        {
            "start": 873761503,
            "stop": 873762103
        },
        {
            "start": 873762104,
            "stop": 873762228
        },
        {
            "start": 873762230,
            "stop": 873762260
        },
        {
            "start": 873762261,
            "stop": 873762450
        },
        {
            "start": 873762452,
            "stop": 873762818
        },
        {
            "start": 873762819,
            "stop": 873762836
        },
        {
            "start": 873762837,
            "stop": 873762939
        }
    ]
}