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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1344",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1345,
    "results": [
        {
            "start": 843847682,
            "stop": 843847684
        },
        {
            "start": 843847687,
            "stop": 843847711
        },
        {
            "start": 843847714,
            "stop": 843847729
        },
        {
            "start": 843847732,
            "stop": 843847738
        },
        {
            "start": 843847747,
            "stop": 843847760
        },
        {
            "start": 843847764,
            "stop": 843847765
        },
        {
            "start": 843847770,
            "stop": 843847772
        },
        {
            "start": 843847777,
            "stop": 843847801
        },
        {
            "start": 843847804,
            "stop": 843847814
        },
        {
            "start": 843847817,
            "stop": 843847824
        },
        {
            "start": 843847828,
            "stop": 843847854
        },
        {
            "start": 843847860,
            "stop": 843847871
        },
        {
            "start": 843847874,
            "stop": 843847882
        },
        {
            "start": 843847887,
            "stop": 843847892
        },
        {
            "start": 843847895,
            "stop": 843847908
        },
        {
            "start": 843847911,
            "stop": 843847946
        },
        {
            "start": 843847949,
            "stop": 843847964
        },
        {
            "start": 843847972,
            "stop": 843847995
        },
        {
            "start": 843847998,
            "stop": 843848001
        },
        {
            "start": 843848005,
            "stop": 843848009
        }
    ]
}