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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=75",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 76,
    "results": [
        {
            "start": 955871613,
            "stop": 955888993
        },
        {
            "start": 955890297,
            "stop": 955902865
        },
        {
            "start": 955922991,
            "stop": 955924048
        },
        {
            "start": 955925355,
            "stop": 955928024
        },
        {
            "start": 955937585,
            "stop": 955937703
        },
        {
            "start": 955937770,
            "stop": 955949073
        },
        {
            "start": 955951806,
            "stop": 955965878
        },
        {
            "start": 955969182,
            "stop": 955978564
        },
        {
            "start": 955998428,
            "stop": 956014065
        },
        {
            "start": 956014176,
            "stop": 956016240
        },
        {
            "start": 956016245,
            "stop": 956017006
        },
        {
            "start": 956018628,
            "stop": 956024265
        },
        {
            "start": 956026522,
            "stop": 956028781
        },
        {
            "start": 956032603,
            "stop": 956053003
        },
        {
            "start": 956056573,
            "stop": 956060649
        },
        {
            "start": 956069508,
            "stop": 956072830
        },
        {
            "start": 956075441,
            "stop": 956077382
        },
        {
            "start": 956088065,
            "stop": 956095607
        },
        {
            "start": 956098798,
            "stop": 956112971
        },
        {
            "start": 956114104,
            "stop": 956122724
        }
    ]
}