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=931
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=932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=930",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 931,
    "results": [
        {
            "start": 869814027,
            "stop": 869817177
        },
        {
            "start": 869817327,
            "stop": 869817987
        },
        {
            "start": 869819396,
            "stop": 869823356
        },
        {
            "start": 869823386,
            "stop": 869831876
        },
        {
            "start": 869832098,
            "stop": 869836598
        },
        {
            "start": 869838006,
            "stop": 869841366
        },
        {
            "start": 869841555,
            "stop": 869843295
        },
        {
            "start": 869843445,
            "stop": 869844615
        },
        {
            "start": 869844792,
            "stop": 869845872
        },
        {
            "start": 869846022,
            "stop": 869849952
        },
        {
            "start": 869850928,
            "stop": 869851108
        },
        {
            "start": 869851528,
            "stop": 869855668
        },
        {
            "start": 869861485,
            "stop": 869862325
        },
        {
            "start": 869862541,
            "stop": 869865421
        },
        {
            "start": 869866610,
            "stop": 869868530
        },
        {
            "start": 869869375,
            "stop": 869871355
        },
        {
            "start": 869872166,
            "stop": 869874926
        },
        {
            "start": 869875081,
            "stop": 869875441
        },
        {
            "start": 869875700,
            "stop": 869877680
        },
        {
            "start": 869877896,
            "stop": 869882396
        }
    ]
}