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=976
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=977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=975",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 976,
    "results": [
        {
            "start": 872300736,
            "stop": 872300796
        },
        {
            "start": 872301821,
            "stop": 872302241
        },
        {
            "start": 872302402,
            "stop": 872303842
        },
        {
            "start": 872304013,
            "stop": 872304613
        },
        {
            "start": 872306040,
            "stop": 872306100
        },
        {
            "start": 872306469,
            "stop": 872306589
        },
        {
            "start": 872306936,
            "stop": 872308796
        },
        {
            "start": 872309189,
            "stop": 872309489
        },
        {
            "start": 872309640,
            "stop": 872310120
        },
        {
            "start": 872310729,
            "stop": 872310969
        },
        {
            "start": 872311815,
            "stop": 872312055
        },
        {
            "start": 872312227,
            "stop": 872312287
        },
        {
            "start": 872312958,
            "stop": 872313078
        },
        {
            "start": 872313228,
            "stop": 872313288
        },
        {
            "start": 872314242,
            "stop": 872314362
        },
        {
            "start": 872314724,
            "stop": 872314784
        },
        {
            "start": 872316342,
            "stop": 872316642
        },
        {
            "start": 872316798,
            "stop": 872317458
        },
        {
            "start": 872317614,
            "stop": 872317674
        },
        {
            "start": 872317813,
            "stop": 872318413
        }
    ]
}