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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9947",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9948,
    "results": [
        {
            "start": 874958192,
            "stop": 874958194
        },
        {
            "start": 874958195,
            "stop": 874958197
        },
        {
            "start": 874958200,
            "stop": 874958213
        },
        {
            "start": 874958214,
            "stop": 874958227
        },
        {
            "start": 874958228,
            "stop": 874958238
        },
        {
            "start": 874958239,
            "stop": 874958241
        },
        {
            "start": 874958242,
            "stop": 874958251
        },
        {
            "start": 874958252,
            "stop": 874958264
        },
        {
            "start": 874958265,
            "stop": 874958277
        },
        {
            "start": 874958278,
            "stop": 874958288
        },
        {
            "start": 874958289,
            "stop": 874958303
        },
        {
            "start": 874958304,
            "stop": 874958310
        },
        {
            "start": 874958314,
            "stop": 874958340
        },
        {
            "start": 874958341,
            "stop": 874958367
        },
        {
            "start": 874958369,
            "stop": 874958413
        },
        {
            "start": 874958414,
            "stop": 874960520
        },
        {
            "start": 874960525,
            "stop": 874960563
        },
        {
            "start": 874960567,
            "stop": 874960588
        },
        {
            "start": 874960591,
            "stop": 874961447
        },
        {
            "start": 874961458,
            "stop": 874961459
        }
    ]
}