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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=81",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 82,
    "results": [
        {
            "start": 824844022,
            "stop": 824844044
        },
        {
            "start": 824844047,
            "stop": 824844133
        },
        {
            "start": 824844136,
            "stop": 824844151
        },
        {
            "start": 824844154,
            "stop": 824844199
        },
        {
            "start": 824844202,
            "stop": 824844205
        },
        {
            "start": 824844210,
            "stop": 824844219
        },
        {
            "start": 824844222,
            "stop": 824844247
        },
        {
            "start": 824844253,
            "stop": 824844255
        },
        {
            "start": 824844258,
            "stop": 824844259
        },
        {
            "start": 824844271,
            "stop": 824844273
        },
        {
            "start": 824844276,
            "stop": 824844280
        },
        {
            "start": 824844284,
            "stop": 824844294
        },
        {
            "start": 824844304,
            "stop": 824844305
        },
        {
            "start": 824844308,
            "stop": 824844323
        },
        {
            "start": 824844328,
            "stop": 824844334
        },
        {
            "start": 824844338,
            "stop": 824844342
        },
        {
            "start": 824844345,
            "stop": 824844355
        },
        {
            "start": 824844366,
            "stop": 824844368
        },
        {
            "start": 824844371,
            "stop": 824844372
        },
        {
            "start": 824844375,
            "stop": 824844388
        }
    ]
}