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=993
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=994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=992",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 993,
    "results": [
        {
            "start": 872974266,
            "stop": 872974326
        },
        {
            "start": 872976558,
            "stop": 872976858
        },
        {
            "start": 872977126,
            "stop": 872977666
        },
        {
            "start": 872978058,
            "stop": 872978178
        },
        {
            "start": 872978360,
            "stop": 872978720
        },
        {
            "start": 872978923,
            "stop": 872979703
        },
        {
            "start": 872980429,
            "stop": 872986189
        },
        {
            "start": 872986385,
            "stop": 872987105
        },
        {
            "start": 872987255,
            "stop": 872991725
        },
        {
            "start": 872991877,
            "stop": 872992117
        },
        {
            "start": 872992322,
            "stop": 872992442
        },
        {
            "start": 872992591,
            "stop": 872992891
        },
        {
            "start": 872993033,
            "stop": 872994473
        },
        {
            "start": 872994815,
            "stop": 872994995
        },
        {
            "start": 872995475,
            "stop": 872995715
        },
        {
            "start": 872996464,
            "stop": 872996764
        },
        {
            "start": 872996916,
            "stop": 872996976
        },
        {
            "start": 873002389,
            "stop": 873002449
        },
        {
            "start": 873002591,
            "stop": 873002651
        },
        {
            "start": 873003173,
            "stop": 873003473
        }
    ]
}