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=1369
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=1370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1368",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1369,
    "results": [
        {
            "start": 843866020,
            "stop": 843866034
        },
        {
            "start": 843866041,
            "stop": 843866042
        },
        {
            "start": 843866047,
            "stop": 843866052
        },
        {
            "start": 843866055,
            "stop": 843866056
        },
        {
            "start": 843866071,
            "stop": 843866084
        },
        {
            "start": 843866087,
            "stop": 843866088
        },
        {
            "start": 843866098,
            "stop": 843866100
        },
        {
            "start": 843866113,
            "stop": 843866117
        },
        {
            "start": 843866134,
            "stop": 843866138
        },
        {
            "start": 843866141,
            "stop": 843866146
        },
        {
            "start": 843866149,
            "stop": 843866150
        },
        {
            "start": 843866153,
            "stop": 843866163
        },
        {
            "start": 843866166,
            "stop": 843866168
        },
        {
            "start": 843866171,
            "stop": 843866181
        },
        {
            "start": 843866184,
            "stop": 843866189
        },
        {
            "start": 843866198,
            "stop": 843866208
        },
        {
            "start": 843866213,
            "stop": 843866224
        },
        {
            "start": 843866227,
            "stop": 843866237
        },
        {
            "start": 843866247,
            "stop": 843866253
        },
        {
            "start": 843866256,
            "stop": 843866260
        }
    ]
}