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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1089",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1087",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1088,
    "results": [
        {
            "start": 1253421245,
            "stop": 1253435163
        },
        {
            "start": 1253435171,
            "stop": 1253438587
        },
        {
            "start": 1253438595,
            "stop": 1253438688
        },
        {
            "start": 1253438692,
            "stop": 1253441681
        },
        {
            "start": 1253441689,
            "stop": 1253452570
        },
        {
            "start": 1253452574,
            "stop": 1253467187
        },
        {
            "start": 1253467191,
            "stop": 1253467775
        },
        {
            "start": 1253467783,
            "stop": 1253476763
        },
        {
            "start": 1253501813,
            "stop": 1253503696
        },
        {
            "start": 1253503699,
            "stop": 1253504249
        },
        {
            "start": 1253504252,
            "stop": 1253507676
        },
        {
            "start": 1253507681,
            "stop": 1253509027
        },
        {
            "start": 1253509031,
            "stop": 1253509171
        },
        {
            "start": 1253509174,
            "stop": 1253509277
        },
        {
            "start": 1253509280,
            "stop": 1253510944
        },
        {
            "start": 1253510947,
            "stop": 1253518039
        },
        {
            "start": 1253518047,
            "stop": 1253521835
        },
        {
            "start": 1253521843,
            "stop": 1253523457
        },
        {
            "start": 1253523461,
            "stop": 1253528081
        },
        {
            "start": 1253528083,
            "stop": 1253528427
        }
    ]
}