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/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=16",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 17,
    "results": [
        {
            "start": 1376004836,
            "stop": 1376066323
        },
        {
            "start": 1376079547,
            "stop": 1376088258
        },
        {
            "start": 1376092845,
            "stop": 1376100594
        },
        {
            "start": 1376111484,
            "stop": 1376144770
        },
        {
            "start": 1376186604,
            "stop": 1376189494
        },
        {
            "start": 1376199620,
            "stop": 1376209643
        },
        {
            "start": 1376209722,
            "stop": 1376239664
        },
        {
            "start": 1376241396,
            "stop": 1376247743
        },
        {
            "start": 1376271363,
            "stop": 1376274185
        },
        {
            "start": 1376287340,
            "stop": 1376343341
        },
        {
            "start": 1376348061,
            "stop": 1376364536
        },
        {
            "start": 1376364572,
            "stop": 1376376122
        },
        {
            "start": 1376376143,
            "stop": 1376400466
        },
        {
            "start": 1376400544,
            "stop": 1376408765
        },
        {
            "start": 1376408770,
            "stop": 1376415377
        },
        {
            "start": 1376420271,
            "stop": 1376428067
        },
        {
            "start": 1376436578,
            "stop": 1376454709
        },
        {
            "start": 1376454890,
            "stop": 1376603281
        },
        {
            "start": 1376610465,
            "stop": 1376693999
        },
        {
            "start": 1376698273,
            "stop": 1376749350
        }
    ]
}