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=1005
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=1006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1004",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1005,
    "results": [
        {
            "start": 873339687,
            "stop": 873341127
        },
        {
            "start": 873341289,
            "stop": 873341649
        },
        {
            "start": 873341948,
            "stop": 873342188
        },
        {
            "start": 873342459,
            "stop": 873342939
        },
        {
            "start": 873343101,
            "stop": 873344421
        },
        {
            "start": 873344584,
            "stop": 873344704
        },
        {
            "start": 873344854,
            "stop": 873345094
        },
        {
            "start": 873345461,
            "stop": 873346481
        },
        {
            "start": 873346644,
            "stop": 873350244
        },
        {
            "start": 873350454,
            "stop": 873350514
        },
        {
            "start": 873350544,
            "stop": 873350664
        },
        {
            "start": 873350694,
            "stop": 873351954
        },
        {
            "start": 873352112,
            "stop": 873352232
        },
        {
            "start": 873352437,
            "stop": 873353457
        },
        {
            "start": 873353623,
            "stop": 873356323
        },
        {
            "start": 873356520,
            "stop": 873357420
        },
        {
            "start": 873357510,
            "stop": 873361050
        },
        {
            "start": 873361200,
            "stop": 873363240
        },
        {
            "start": 873364582,
            "stop": 873365902
        },
        {
            "start": 873366066,
            "stop": 873370866
        }
    ]
}