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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=201",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 202,
    "results": [
        {
            "start": 826588764,
            "stop": 826589754
        },
        {
            "start": 826589946,
            "stop": 826590126
        },
        {
            "start": 826590371,
            "stop": 826590851
        },
        {
            "start": 826591253,
            "stop": 826591313
        },
        {
            "start": 826591452,
            "stop": 826591632
        },
        {
            "start": 826591662,
            "stop": 826591872
        },
        {
            "start": 826592069,
            "stop": 826592129
        },
        {
            "start": 826592159,
            "stop": 826592219
        },
        {
            "start": 826592380,
            "stop": 826592860
        },
        {
            "start": 826593123,
            "stop": 826593183
        },
        {
            "start": 826593515,
            "stop": 826593635
        },
        {
            "start": 826594955,
            "stop": 826595465
        },
        {
            "start": 826595495,
            "stop": 826595615
        },
        {
            "start": 826595645,
            "stop": 826596395
        },
        {
            "start": 826596681,
            "stop": 826597251
        },
        {
            "start": 826597433,
            "stop": 826597553
        },
        {
            "start": 826597879,
            "stop": 826598239
        },
        {
            "start": 826598390,
            "stop": 826598450
        },
        {
            "start": 826598773,
            "stop": 826598893
        },
        {
            "start": 826599089,
            "stop": 826599269
        }
    ]
}