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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5209",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5207",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5208,
    "results": [
        {
            "start": 1137041549,
            "stop": 1137041589
        },
        {
            "start": 1137041591,
            "stop": 1137041665
        },
        {
            "start": 1137041667,
            "stop": 1137041684
        },
        {
            "start": 1137041686,
            "stop": 1137041762
        },
        {
            "start": 1137041764,
            "stop": 1137041766
        },
        {
            "start": 1137041768,
            "stop": 1137041809
        },
        {
            "start": 1137041812,
            "stop": 1137041842
        },
        {
            "start": 1137041844,
            "stop": 1137041857
        },
        {
            "start": 1137041859,
            "stop": 1137041860
        },
        {
            "start": 1137041862,
            "stop": 1137041897
        },
        {
            "start": 1137041899,
            "stop": 1137041900
        },
        {
            "start": 1137041902,
            "stop": 1137041918
        },
        {
            "start": 1137041920,
            "stop": 1137041931
        },
        {
            "start": 1137041933,
            "stop": 1137041935
        },
        {
            "start": 1137041937,
            "stop": 1137041939
        },
        {
            "start": 1137041941,
            "stop": 1137041957
        },
        {
            "start": 1137041959,
            "stop": 1137041969
        },
        {
            "start": 1137041971,
            "stop": 1137041973
        },
        {
            "start": 1137041975,
            "stop": 1137042005
        },
        {
            "start": 1137042008,
            "stop": 1137042021
        }
    ]
}