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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=37",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 38,
    "results": [
        {
            "start": 943151000,
            "stop": 943157341
        },
        {
            "start": 943161134,
            "stop": 943168277
        },
        {
            "start": 943212926,
            "stop": 943217534
        },
        {
            "start": 943218539,
            "stop": 943226378
        },
        {
            "start": 943227807,
            "stop": 943232457
        },
        {
            "start": 943234473,
            "stop": 943258938
        },
        {
            "start": 943263493,
            "stop": 943298276
        },
        {
            "start": 943299778,
            "stop": 943308104
        },
        {
            "start": 943309832,
            "stop": 943338736
        },
        {
            "start": 943342276,
            "stop": 943345537
        },
        {
            "start": 943349649,
            "stop": 943370183
        },
        {
            "start": 943370417,
            "stop": 943376202
        },
        {
            "start": 943380223,
            "stop": 943384718
        },
        {
            "start": 943386591,
            "stop": 943388226
        },
        {
            "start": 943389667,
            "stop": 943392577
        },
        {
            "start": 943394089,
            "stop": 943395681
        },
        {
            "start": 943398513,
            "stop": 943398788
        },
        {
            "start": 943400405,
            "stop": 943401011
        },
        {
            "start": 943404911,
            "stop": 943410178
        },
        {
            "start": 943412919,
            "stop": 943430639
        }
    ]
}