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=977
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=978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=976",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 977,
    "results": [
        {
            "start": 872318568,
            "stop": 872319468
        },
        {
            "start": 872319827,
            "stop": 872320427
        },
        {
            "start": 872320798,
            "stop": 872322418
        },
        {
            "start": 872322993,
            "stop": 872323053
        },
        {
            "start": 872323258,
            "stop": 872323498
        },
        {
            "start": 872323791,
            "stop": 872323851
        },
        {
            "start": 872324059,
            "stop": 872324119
        },
        {
            "start": 872324757,
            "stop": 872324937
        },
        {
            "start": 872325072,
            "stop": 872325192
        },
        {
            "start": 872326206,
            "stop": 872327526
        },
        {
            "start": 872327683,
            "stop": 872328583
        },
        {
            "start": 872328930,
            "stop": 872329590
        },
        {
            "start": 872329935,
            "stop": 872330535
        },
        {
            "start": 872330702,
            "stop": 872331482
        },
        {
            "start": 872332769,
            "stop": 872332949
        },
        {
            "start": 872334400,
            "stop": 872334520
        },
        {
            "start": 872334671,
            "stop": 872336351
        },
        {
            "start": 872336489,
            "stop": 872336549
        },
        {
            "start": 872336800,
            "stop": 872336980
        },
        {
            "start": 872337199,
            "stop": 872337319
        }
    ]
}