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=991
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=992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=990",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 991,
    "results": [
        {
            "start": 872818713,
            "stop": 872819373
        },
        {
            "start": 872820606,
            "stop": 872821446
        },
        {
            "start": 872821601,
            "stop": 872824781
        },
        {
            "start": 872824929,
            "stop": 872832669
        },
        {
            "start": 872832888,
            "stop": 872840628
        },
        {
            "start": 872840859,
            "stop": 872840919
        },
        {
            "start": 872841078,
            "stop": 872841138
        },
        {
            "start": 872842525,
            "stop": 872846005
        },
        {
            "start": 872846494,
            "stop": 872846794
        },
        {
            "start": 872847172,
            "stop": 872847232
        },
        {
            "start": 872848176,
            "stop": 872848536
        },
        {
            "start": 872848673,
            "stop": 872848733
        },
        {
            "start": 872848876,
            "stop": 872848996
        },
        {
            "start": 872849195,
            "stop": 872851175
        },
        {
            "start": 872851265,
            "stop": 872851325
        },
        {
            "start": 872851355,
            "stop": 872855495
        },
        {
            "start": 872855654,
            "stop": 872855894
        },
        {
            "start": 872856069,
            "stop": 872856249
        },
        {
            "start": 872857594,
            "stop": 872863054
        },
        {
            "start": 872863210,
            "stop": 872867770
        }
    ]
}