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=1321
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=1322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1320",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1321,
    "results": [
        {
            "start": 843838501,
            "stop": 843838526
        },
        {
            "start": 843838529,
            "stop": 843838544
        },
        {
            "start": 843838547,
            "stop": 843838549
        },
        {
            "start": 843838552,
            "stop": 843838557
        },
        {
            "start": 843838561,
            "stop": 843838570
        },
        {
            "start": 843838573,
            "stop": 843838599
        },
        {
            "start": 843838602,
            "stop": 843838603
        },
        {
            "start": 843838606,
            "stop": 843838643
        },
        {
            "start": 843838646,
            "stop": 843838664
        },
        {
            "start": 843838667,
            "stop": 843838671
        },
        {
            "start": 843838677,
            "stop": 843838754
        },
        {
            "start": 843838757,
            "stop": 843838758
        },
        {
            "start": 843838764,
            "stop": 843838816
        },
        {
            "start": 843838820,
            "stop": 843838829
        },
        {
            "start": 843838832,
            "stop": 843838874
        },
        {
            "start": 843838877,
            "stop": 843838923
        },
        {
            "start": 843838929,
            "stop": 843839051
        },
        {
            "start": 843839056,
            "stop": 843839071
        },
        {
            "start": 843839074,
            "stop": 843839101
        },
        {
            "start": 843839104,
            "stop": 843839114
        }
    ]
}