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=807
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=808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=806",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 807,
    "results": [
        {
            "start": 861749988,
            "stop": 861750528
        },
        {
            "start": 861752543,
            "stop": 861752783
        },
        {
            "start": 861753020,
            "stop": 861756020
        },
        {
            "start": 861756221,
            "stop": 861771521
        },
        {
            "start": 861771727,
            "stop": 861774367
        },
        {
            "start": 861779081,
            "stop": 861780521
        },
        {
            "start": 861780893,
            "stop": 861787973
        },
        {
            "start": 861788152,
            "stop": 861789232
        },
        {
            "start": 861789382,
            "stop": 861793192
        },
        {
            "start": 861793439,
            "stop": 861795539
        },
        {
            "start": 861795752,
            "stop": 861796472
        },
        {
            "start": 861797649,
            "stop": 861801309
        },
        {
            "start": 861801339,
            "stop": 861807339
        },
        {
            "start": 861807489,
            "stop": 861807909
        },
        {
            "start": 861808988,
            "stop": 861812228
        },
        {
            "start": 861812387,
            "stop": 861816527
        },
        {
            "start": 861818804,
            "stop": 861822164
        },
        {
            "start": 861822410,
            "stop": 861824090
        },
        {
            "start": 861825595,
            "stop": 861832615
        },
        {
            "start": 861832817,
            "stop": 861842957
        }
    ]
}