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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 157,
    "results": [
        {
            "start": 1126684807,
            "stop": 1126685125
        },
        {
            "start": 1126685126,
            "stop": 1126685154
        },
        {
            "start": 1126685162,
            "stop": 1126685382
        },
        {
            "start": 1126685386,
            "stop": 1126685463
        },
        {
            "start": 1126685464,
            "stop": 1126685533
        },
        {
            "start": 1126685535,
            "stop": 1126685673
        },
        {
            "start": 1126685675,
            "stop": 1126685678
        },
        {
            "start": 1126685681,
            "stop": 1126685786
        },
        {
            "start": 1126685787,
            "stop": 1126685824
        },
        {
            "start": 1126685825,
            "stop": 1126685970
        },
        {
            "start": 1126685972,
            "stop": 1126686176
        },
        {
            "start": 1126686178,
            "stop": 1126686502
        },
        {
            "start": 1126686503,
            "stop": 1126686836
        },
        {
            "start": 1126686837,
            "stop": 1126686841
        },
        {
            "start": 1126686842,
            "stop": 1126687133
        },
        {
            "start": 1126687134,
            "stop": 1126687427
        },
        {
            "start": 1126687428,
            "stop": 1126687485
        },
        {
            "start": 1126687486,
            "stop": 1126687729
        },
        {
            "start": 1126687730,
            "stop": 1126688035
        },
        {
            "start": 1126688036,
            "stop": 1126688338
        }
    ]
}