Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=768
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=769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=767",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 768,
    "results": [
        {
            "start": 859851815,
            "stop": 859852655
        },
        {
            "start": 859852715,
            "stop": 859853285
        },
        {
            "start": 859859801,
            "stop": 859859861
        },
        {
            "start": 859859997,
            "stop": 859860807
        },
        {
            "start": 859860957,
            "stop": 859865277
        },
        {
            "start": 859865480,
            "stop": 859871720
        },
        {
            "start": 859871866,
            "stop": 859875466
        },
        {
            "start": 859875496,
            "stop": 859878586
        },
        {
            "start": 859878790,
            "stop": 859879210
        },
        {
            "start": 859881025,
            "stop": 859891585
        },
        {
            "start": 859891615,
            "stop": 859894645
        },
        {
            "start": 859895912,
            "stop": 859897772
        },
        {
            "start": 859900518,
            "stop": 859902978
        },
        {
            "start": 859904239,
            "stop": 859905199
        },
        {
            "start": 859909818,
            "stop": 859910658
        },
        {
            "start": 859911002,
            "stop": 859911662
        },
        {
            "start": 859911692,
            "stop": 859914002
        },
        {
            "start": 859916029,
            "stop": 859917289
        },
        {
            "start": 859917472,
            "stop": 859919152
        },
        {
            "start": 859919322,
            "stop": 859920102
        }
    ]
}