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=6526
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=6527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6525",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6526,
    "results": [
        {
            "start": 874306069,
            "stop": 874306548
        },
        {
            "start": 874306550,
            "stop": 874306964
        },
        {
            "start": 874306965,
            "stop": 874307566
        },
        {
            "start": 874307567,
            "stop": 874307649
        },
        {
            "start": 874307651,
            "stop": 874308532
        },
        {
            "start": 874308534,
            "stop": 874308651
        },
        {
            "start": 874308653,
            "stop": 874309325
        },
        {
            "start": 874309326,
            "stop": 874309428
        },
        {
            "start": 874309429,
            "stop": 874309727
        },
        {
            "start": 874309728,
            "stop": 874309746
        },
        {
            "start": 874309748,
            "stop": 874309753
        },
        {
            "start": 874309755,
            "stop": 874309762
        },
        {
            "start": 874309763,
            "stop": 874309769
        },
        {
            "start": 874309770,
            "stop": 874309991
        },
        {
            "start": 874309993,
            "stop": 874310088
        },
        {
            "start": 874310089,
            "stop": 874310209
        },
        {
            "start": 874310210,
            "stop": 874310379
        },
        {
            "start": 874310380,
            "stop": 874310498
        },
        {
            "start": 874310499,
            "stop": 874310686
        },
        {
            "start": 874310687,
            "stop": 874310845
        }
    ]
}