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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=11",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 12,
    "results": [
        {
            "start": 932724942,
            "stop": 932729996
        },
        {
            "start": 932745030,
            "stop": 932747799
        },
        {
            "start": 932750394,
            "stop": 932756329
        },
        {
            "start": 932758329,
            "stop": 932774441
        },
        {
            "start": 932774987,
            "stop": 932787464
        },
        {
            "start": 932787816,
            "stop": 932813667
        },
        {
            "start": 932817146,
            "stop": 932817148
        },
        {
            "start": 932817303,
            "stop": 932820245
        },
        {
            "start": 932849188,
            "stop": 932861345
        },
        {
            "start": 932881915,
            "stop": 932882234
        },
        {
            "start": 932884273,
            "stop": 932894539
        },
        {
            "start": 932895736,
            "stop": 932901014
        },
        {
            "start": 932903541,
            "stop": 932909865
        },
        {
            "start": 932911600,
            "stop": 932920346
        },
        {
            "start": 932920716,
            "stop": 932921004
        },
        {
            "start": 932924961,
            "stop": 932929553
        },
        {
            "start": 932929900,
            "stop": 932944049
        },
        {
            "start": 932944457,
            "stop": 932944528
        },
        {
            "start": 932945797,
            "stop": 932954584
        },
        {
            "start": 932954879,
            "stop": 932971033
        }
    ]
}