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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=929",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 930,
    "results": [
        {
            "start": 869688213,
            "stop": 869693133
        },
        {
            "start": 869693283,
            "stop": 869702433
        },
        {
            "start": 869702622,
            "stop": 869709102
        },
        {
            "start": 869709292,
            "stop": 869710912
        },
        {
            "start": 869712393,
            "stop": 869720493
        },
        {
            "start": 869727038,
            "stop": 869733278
        },
        {
            "start": 869735602,
            "stop": 869751382
        },
        {
            "start": 869751612,
            "stop": 869752092
        },
        {
            "start": 869753372,
            "stop": 869757572
        },
        {
            "start": 869757602,
            "stop": 869763392
        },
        {
            "start": 869763569,
            "stop": 869766449
        },
        {
            "start": 869766666,
            "stop": 869769216
        },
        {
            "start": 869769366,
            "stop": 869773146
        },
        {
            "start": 869779364,
            "stop": 869782574
        },
        {
            "start": 869782724,
            "stop": 869783324
        },
        {
            "start": 869783526,
            "stop": 869786706
        },
        {
            "start": 869787488,
            "stop": 869794028
        },
        {
            "start": 869794707,
            "stop": 869801397
        },
        {
            "start": 869801517,
            "stop": 869804097
        },
        {
            "start": 869804247,
            "stop": 869813727
        }
    ]
}