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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=12",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 13,
    "results": [
        {
            "start": 1402788466,
            "stop": 1402849075
        },
        {
            "start": 1402854517,
            "stop": 1402900732
        },
        {
            "start": 1402907224,
            "stop": 1402930834
        },
        {
            "start": 1402945563,
            "stop": 1402953571
        },
        {
            "start": 1402959076,
            "stop": 1403012031
        },
        {
            "start": 1403020242,
            "stop": 1403023052
        },
        {
            "start": 1403027575,
            "stop": 1403054256
        },
        {
            "start": 1403057778,
            "stop": 1403061747
        },
        {
            "start": 1403068780,
            "stop": 1403068844
        },
        {
            "start": 1403075218,
            "stop": 1403116216
        },
        {
            "start": 1403118099,
            "stop": 1403127383
        },
        {
            "start": 1403135796,
            "stop": 1403136468
        },
        {
            "start": 1403140125,
            "stop": 1403146843
        },
        {
            "start": 1403159552,
            "stop": 1403175773
        },
        {
            "start": 1403188661,
            "stop": 1403199308
        },
        {
            "start": 1403206487,
            "stop": 1403218380
        },
        {
            "start": 1403218496,
            "stop": 1403218506
        },
        {
            "start": 1403218634,
            "stop": 1403218681
        },
        {
            "start": 1403219603,
            "stop": 1403226757
        },
        {
            "start": 1403246119,
            "stop": 1403246298
        }
    ]
}