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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=311",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 312,
    "results": [
        {
            "start": 869667216,
            "stop": 869667228
        },
        {
            "start": 869667235,
            "stop": 869667246
        },
        {
            "start": 869667253,
            "stop": 869667261
        },
        {
            "start": 869667264,
            "stop": 869667310
        },
        {
            "start": 869667313,
            "stop": 869667358
        },
        {
            "start": 869667364,
            "stop": 869667376
        },
        {
            "start": 869667386,
            "stop": 869667402
        },
        {
            "start": 869667412,
            "stop": 869667447
        },
        {
            "start": 869667451,
            "stop": 869667465
        },
        {
            "start": 869667475,
            "stop": 869667484
        },
        {
            "start": 869667494,
            "stop": 869667507
        },
        {
            "start": 869667514,
            "stop": 869667523
        },
        {
            "start": 869667532,
            "stop": 869667543
        },
        {
            "start": 869667555,
            "stop": 869667565
        },
        {
            "start": 869667574,
            "stop": 869667585
        },
        {
            "start": 869667597,
            "stop": 869667612
        },
        {
            "start": 869667620,
            "stop": 869667628
        },
        {
            "start": 869667641,
            "stop": 869667647
        },
        {
            "start": 869667662,
            "stop": 869667666
        },
        {
            "start": 869667678,
            "stop": 869667689
        }
    ]
}