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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_NO_CW_HW_INJ/segments?format=api&page=2",
    "previous": null,
    "results_count": 75,
    "results_per_page": 20,
    "num_pages": 4,
    "page_number": 1,
    "results": [
        {
            "start": 1238252680,
            "stop": 1238252728
        },
        {
            "start": 1238252937,
            "stop": 1238252940
        },
        {
            "start": 1238253208,
            "stop": 1238253327
        },
        {
            "start": 1238253328,
            "stop": 1238253442
        },
        {
            "start": 1238856151,
            "stop": 1238856189
        },
        {
            "start": 1238960111,
            "stop": 1238963570
        },
        {
            "start": 1238967458,
            "stop": 1238968263
        },
        {
            "start": 1238968278,
            "stop": 1238968290
        },
        {
            "start": 1238968869,
            "stop": 1238968920
        },
        {
            "start": 1239464182,
            "stop": 1239464218
        },
        {
            "start": 1240670342,
            "stop": 1240670343
        },
        {
            "start": 1240680175,
            "stop": 1240680221
        },
        {
            "start": 1240691664,
            "stop": 1240692159
        },
        {
            "start": 1242177723,
            "stop": 1242180682
        },
        {
            "start": 1242485165,
            "stop": 1242485166
        },
        {
            "start": 1242486240,
            "stop": 1242486451
        },
        {
            "start": 1242655748,
            "stop": 1242656403
        },
        {
            "start": 1243094617,
            "stop": 1243094618
        },
        {
            "start": 1243100762,
            "stop": 1243100806
        },
        {
            "start": 1244904067,
            "stop": 1244907440
        }
    ]
}