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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3745",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3743",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3744,
    "results": [
        {
            "start": 971432164,
            "stop": 971432193
        },
        {
            "start": 971432196,
            "stop": 971432701
        },
        {
            "start": 971432702,
            "stop": 971433395
        },
        {
            "start": 971433398,
            "stop": 971433676
        },
        {
            "start": 971433679,
            "stop": 971436089
        },
        {
            "start": 971436090,
            "stop": 971436958
        },
        {
            "start": 971436961,
            "stop": 971437163
        },
        {
            "start": 971437166,
            "stop": 971437194
        },
        {
            "start": 971437197,
            "stop": 971438291
        },
        {
            "start": 971438294,
            "stop": 971438799
        },
        {
            "start": 971438802,
            "stop": 971438906
        },
        {
            "start": 971438909,
            "stop": 971439053
        },
        {
            "start": 971439064,
            "stop": 971439265
        },
        {
            "start": 971439268,
            "stop": 971439652
        },
        {
            "start": 971439654,
            "stop": 971439893
        },
        {
            "start": 971439904,
            "stop": 971440493
        },
        {
            "start": 971440496,
            "stop": 971440552
        },
        {
            "start": 971440558,
            "stop": 971440631
        },
        {
            "start": 971440634,
            "stop": 971440694
        },
        {
            "start": 971440697,
            "stop": 971440840
        }
    ]
}