Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1533
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=1534",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1532",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1533,
    "results": [
        {
            "start": 873735586,
            "stop": 873745593
        },
        {
            "start": 873746777,
            "stop": 873749334
        },
        {
            "start": 873749543,
            "stop": 873759399
        },
        {
            "start": 873760474,
            "stop": 873799458
        },
        {
            "start": 873799462,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845050,
            "stop": 873851105
        },
        {
            "start": 873851108,
            "stop": 873912500
        },
        {
            "start": 873939769,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873959107
        },
        {
            "start": 873960028,
            "stop": 873994914
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873999417
        },
        {
            "start": 873999420,
            "stop": 874046824
        },
        {
            "start": 874046827,
            "stop": 874081753
        },
        {
            "start": 874081756,
            "stop": 874083305
        },
        {
            "start": 874083308,
            "stop": 874087677
        },
        {
            "start": 874087681,
            "stop": 874087686
        }
    ]
}