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=988
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=989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=987",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 988,
    "results": [
        {
            "start": 872609161,
            "stop": 872609461
        },
        {
            "start": 872609711,
            "stop": 872610491
        },
        {
            "start": 872637917,
            "stop": 872638157
        },
        {
            "start": 872638983,
            "stop": 872639103
        },
        {
            "start": 872639278,
            "stop": 872639638
        },
        {
            "start": 872639925,
            "stop": 872640105
        },
        {
            "start": 872641377,
            "stop": 872641557
        },
        {
            "start": 872642408,
            "stop": 872643068
        },
        {
            "start": 872649298,
            "stop": 872656918
        },
        {
            "start": 872657129,
            "stop": 872657669
        },
        {
            "start": 872658052,
            "stop": 872667352
        },
        {
            "start": 872667513,
            "stop": 872668353
        },
        {
            "start": 872668572,
            "stop": 872668632
        },
        {
            "start": 872670021,
            "stop": 872670081
        },
        {
            "start": 872670111,
            "stop": 872670351
        },
        {
            "start": 872670562,
            "stop": 872671282
        },
        {
            "start": 872671442,
            "stop": 872671802
        },
        {
            "start": 872671992,
            "stop": 872672772
        },
        {
            "start": 872672930,
            "stop": 872674010
        },
        {
            "start": 872674237,
            "stop": 872677237
        }
    ]
}