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=1028
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=1029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1027",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1028,
    "results": [
        {
            "start": 874122913,
            "stop": 874130473
        },
        {
            "start": 874130648,
            "stop": 874132688
        },
        {
            "start": 874132848,
            "stop": 874133628
        },
        {
            "start": 874133786,
            "stop": 874134566
        },
        {
            "start": 874134836,
            "stop": 874135196
        },
        {
            "start": 874135446,
            "stop": 874135746
        },
        {
            "start": 874137335,
            "stop": 874137635
        },
        {
            "start": 874137777,
            "stop": 874137897
        },
        {
            "start": 874138157,
            "stop": 874138217
        },
        {
            "start": 874138460,
            "stop": 874139060
        },
        {
            "start": 874139244,
            "stop": 874139814
        },
        {
            "start": 874140165,
            "stop": 874141065
        },
        {
            "start": 874141350,
            "stop": 874141530
        },
        {
            "start": 874141734,
            "stop": 874142994
        },
        {
            "start": 874143162,
            "stop": 874143402
        },
        {
            "start": 874143563,
            "stop": 874144163
        },
        {
            "start": 874144299,
            "stop": 874144899
        },
        {
            "start": 874146270,
            "stop": 874146570
        },
        {
            "start": 874146867,
            "stop": 874146927
        },
        {
            "start": 874147440,
            "stop": 874147620
        }
    ]
}