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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=372",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 373,
    "results": [
        {
            "start": 825535500,
            "stop": 825535584
        },
        {
            "start": 825535587,
            "stop": 825535599
        },
        {
            "start": 825535603,
            "stop": 825535629
        },
        {
            "start": 825535632,
            "stop": 825535644
        },
        {
            "start": 825535647,
            "stop": 825535656
        },
        {
            "start": 825535659,
            "stop": 825535661
        },
        {
            "start": 825535664,
            "stop": 825535669
        },
        {
            "start": 825535673,
            "stop": 825535823
        },
        {
            "start": 825535826,
            "stop": 825535898
        },
        {
            "start": 825535904,
            "stop": 825535906
        },
        {
            "start": 825535910,
            "stop": 825535913
        },
        {
            "start": 825535916,
            "stop": 825535943
        },
        {
            "start": 825535946,
            "stop": 825535963
        },
        {
            "start": 825535967,
            "stop": 825535970
        },
        {
            "start": 825535980,
            "stop": 825535981
        },
        {
            "start": 825535984,
            "stop": 825535985
        },
        {
            "start": 825535990,
            "stop": 825535991
        },
        {
            "start": 825535994,
            "stop": 825536016
        },
        {
            "start": 825536021,
            "stop": 825536022
        },
        {
            "start": 825536026,
            "stop": 825536028
        }
    ]
}