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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=296",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 297,
    "results": [
        {
            "start": 869569310,
            "stop": 869569322
        },
        {
            "start": 869569330,
            "stop": 869569347
        },
        {
            "start": 869569355,
            "stop": 869569368
        },
        {
            "start": 869569378,
            "stop": 869569388
        },
        {
            "start": 869569399,
            "stop": 869569411
        },
        {
            "start": 869569417,
            "stop": 869569453
        },
        {
            "start": 869569458,
            "stop": 869569499
        },
        {
            "start": 869569503,
            "stop": 869569513
        },
        {
            "start": 869569524,
            "stop": 869569538
        },
        {
            "start": 869569546,
            "stop": 869569554
        },
        {
            "start": 869569564,
            "stop": 869569577
        },
        {
            "start": 869569608,
            "stop": 869569620
        },
        {
            "start": 869569626,
            "stop": 869569653
        },
        {
            "start": 869569682,
            "stop": 869569688
        },
        {
            "start": 869569703,
            "stop": 869569708
        },
        {
            "start": 869569721,
            "stop": 869569740
        },
        {
            "start": 869569743,
            "stop": 869569770
        },
        {
            "start": 869569782,
            "stop": 869569787
        },
        {
            "start": 869569790,
            "stop": 869569795
        },
        {
            "start": 869569810,
            "stop": 869569822
        }
    ]
}