Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=304
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=303",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 304,
    "results": [
        {
            "start": 869581157,
            "stop": 869581192
        },
        {
            "start": 869581195,
            "stop": 869581229
        },
        {
            "start": 869581235,
            "stop": 869581288
        },
        {
            "start": 869581294,
            "stop": 869581300
        },
        {
            "start": 869581310,
            "stop": 869581325
        },
        {
            "start": 869581332,
            "stop": 869581345
        },
        {
            "start": 869581351,
            "stop": 869581361
        },
        {
            "start": 869581364,
            "stop": 869581382
        },
        {
            "start": 869581387,
            "stop": 869581396
        },
        {
            "start": 869581402,
            "stop": 869581414
        },
        {
            "start": 869581426,
            "stop": 869581439
        },
        {
            "start": 869581447,
            "stop": 869581457
        },
        {
            "start": 869581467,
            "stop": 869581476
        },
        {
            "start": 869581494,
            "stop": 869581502
        },
        {
            "start": 869581514,
            "stop": 869581528
        },
        {
            "start": 869581539,
            "stop": 869581549
        },
        {
            "start": 869581555,
            "stop": 869581558
        },
        {
            "start": 869581590,
            "stop": 869581598
        },
        {
            "start": 869581613,
            "stop": 869581620
        },
        {
            "start": 869581629,
            "stop": 869581633
        }
    ]
}