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=1335
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=1336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1334",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1335,
    "results": [
        {
            "start": 843844051,
            "stop": 843844052
        },
        {
            "start": 843844058,
            "stop": 843844060
        },
        {
            "start": 843844066,
            "stop": 843844089
        },
        {
            "start": 843844092,
            "stop": 843844105
        },
        {
            "start": 843844108,
            "stop": 843844121
        },
        {
            "start": 843844127,
            "stop": 843844152
        },
        {
            "start": 843844158,
            "stop": 843844170
        },
        {
            "start": 843844174,
            "stop": 843844178
        },
        {
            "start": 843844182,
            "stop": 843844233
        },
        {
            "start": 843844236,
            "stop": 843844266
        },
        {
            "start": 843844270,
            "stop": 843844281
        },
        {
            "start": 843844284,
            "stop": 843844303
        },
        {
            "start": 843844311,
            "stop": 843844312
        },
        {
            "start": 843844315,
            "stop": 843844336
        },
        {
            "start": 843844339,
            "stop": 843844352
        },
        {
            "start": 843844366,
            "stop": 843844373
        },
        {
            "start": 843844377,
            "stop": 843844379
        },
        {
            "start": 843844382,
            "stop": 843844384
        },
        {
            "start": 843844387,
            "stop": 843844391
        },
        {
            "start": 843844394,
            "stop": 843844402
        }
    ]
}