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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=373",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 374,
    "results": [
        {
            "start": 835890403,
            "stop": 835891543
        },
        {
            "start": 835891686,
            "stop": 835892526
        },
        {
            "start": 835892693,
            "stop": 835895033
        },
        {
            "start": 835903267,
            "stop": 835903327
        },
        {
            "start": 835904466,
            "stop": 835904526
        },
        {
            "start": 835904875,
            "stop": 835905895
        },
        {
            "start": 835906577,
            "stop": 835907777
        },
        {
            "start": 835907937,
            "stop": 835908657
        },
        {
            "start": 835908796,
            "stop": 835908856
        },
        {
            "start": 835909065,
            "stop": 835909605
        },
        {
            "start": 835909765,
            "stop": 835910065
        },
        {
            "start": 835910243,
            "stop": 835915163
        },
        {
            "start": 835915399,
            "stop": 835921249
        },
        {
            "start": 835921399,
            "stop": 835922719
        },
        {
            "start": 835922869,
            "stop": 835928659
        },
        {
            "start": 835928883,
            "stop": 835932003
        },
        {
            "start": 835932192,
            "stop": 835934712
        },
        {
            "start": 835934942,
            "stop": 835939262
        },
        {
            "start": 835939431,
            "stop": 835939551
        },
        {
            "start": 835939581,
            "stop": 835942431
        }
    ]
}