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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=3",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 4,
    "results": [
        {
            "start": 816349103,
            "stop": 816350783
        },
        {
            "start": 816351033,
            "stop": 816351573
        },
        {
            "start": 816351753,
            "stop": 816354933
        },
        {
            "start": 816355081,
            "stop": 816355981
        },
        {
            "start": 816356148,
            "stop": 816356268
        },
        {
            "start": 816356525,
            "stop": 816356825
        },
        {
            "start": 816357005,
            "stop": 816357485
        },
        {
            "start": 816357656,
            "stop": 816358316
        },
        {
            "start": 816358681,
            "stop": 816358741
        },
        {
            "start": 816363319,
            "stop": 816363379
        },
        {
            "start": 816374207,
            "stop": 816374267
        },
        {
            "start": 816374792,
            "stop": 816375092
        },
        {
            "start": 816387020,
            "stop": 816387440
        },
        {
            "start": 816402501,
            "stop": 816403401
        },
        {
            "start": 816407894,
            "stop": 816407954
        },
        {
            "start": 816408126,
            "stop": 816408306
        },
        {
            "start": 816408478,
            "stop": 816410518
        },
        {
            "start": 816410672,
            "stop": 816411032
        },
        {
            "start": 816411324,
            "stop": 816411744
        },
        {
            "start": 816411883,
            "stop": 816413023
        }
    ]
}