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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=298",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 299,
    "results": [
        {
            "start": 869570362,
            "stop": 869570368
        },
        {
            "start": 869570379,
            "stop": 869570392
        },
        {
            "start": 869570399,
            "stop": 869570414
        },
        {
            "start": 869570422,
            "stop": 869570436
        },
        {
            "start": 869570443,
            "stop": 869570495
        },
        {
            "start": 869570499,
            "stop": 869570500
        },
        {
            "start": 869570520,
            "stop": 869570523
        },
        {
            "start": 869570526,
            "stop": 869570541
        },
        {
            "start": 869570553,
            "stop": 869570581
        },
        {
            "start": 869570598,
            "stop": 869570603
        },
        {
            "start": 869570620,
            "stop": 869570652
        },
        {
            "start": 869570658,
            "stop": 869570671
        },
        {
            "start": 869570680,
            "stop": 869570684
        },
        {
            "start": 869570694,
            "stop": 869570705
        },
        {
            "start": 869570715,
            "stop": 869570723
        },
        {
            "start": 869570746,
            "stop": 869570777
        },
        {
            "start": 869570788,
            "stop": 869570826
        },
        {
            "start": 869570833,
            "stop": 869570846
        },
        {
            "start": 869570849,
            "stop": 869570908
        },
        {
            "start": 869570914,
            "stop": 869570934
        }
    ]
}