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=1366
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=1367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1365",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1366,
    "results": [
        {
            "start": 843865181,
            "stop": 843865182
        },
        {
            "start": 843865185,
            "stop": 843865188
        },
        {
            "start": 843865191,
            "stop": 843865195
        },
        {
            "start": 843865198,
            "stop": 843865199
        },
        {
            "start": 843865207,
            "stop": 843865208
        },
        {
            "start": 843865215,
            "stop": 843865216
        },
        {
            "start": 843865259,
            "stop": 843865260
        },
        {
            "start": 843865263,
            "stop": 843865264
        },
        {
            "start": 843865312,
            "stop": 843865314
        },
        {
            "start": 843865325,
            "stop": 843865328
        },
        {
            "start": 843865334,
            "stop": 843865336
        },
        {
            "start": 843865422,
            "stop": 843865423
        },
        {
            "start": 843865438,
            "stop": 843865439
        },
        {
            "start": 843865455,
            "stop": 843865458
        },
        {
            "start": 843865465,
            "stop": 843865466
        },
        {
            "start": 843865494,
            "stop": 843865496
        },
        {
            "start": 843865502,
            "stop": 843865505
        },
        {
            "start": 843865532,
            "stop": 843865533
        },
        {
            "start": 843865537,
            "stop": 843865546
        },
        {
            "start": 843865551,
            "stop": 843865552
        }
    ]
}