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=948
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=949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=947",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 948,
    "results": [
        {
            "start": 870934096,
            "stop": 870934606
        },
        {
            "start": 870934756,
            "stop": 870936196
        },
        {
            "start": 870936330,
            "stop": 870936570
        },
        {
            "start": 870936726,
            "stop": 870936816
        },
        {
            "start": 870936906,
            "stop": 870936966
        },
        {
            "start": 870937338,
            "stop": 870937458
        },
        {
            "start": 870937917,
            "stop": 870938997
        },
        {
            "start": 870939190,
            "stop": 870939670
        },
        {
            "start": 870941952,
            "stop": 870942312
        },
        {
            "start": 870942462,
            "stop": 870943632
        },
        {
            "start": 870945563,
            "stop": 870951083
        },
        {
            "start": 870951283,
            "stop": 870956203
        },
        {
            "start": 870961293,
            "stop": 870962133
        },
        {
            "start": 870963597,
            "stop": 870963777
        },
        {
            "start": 870963837,
            "stop": 870965697
        },
        {
            "start": 870965943,
            "stop": 870972843
        },
        {
            "start": 870973049,
            "stop": 870976529
        },
        {
            "start": 870977026,
            "stop": 870978346
        },
        {
            "start": 870978509,
            "stop": 870980909
        },
        {
            "start": 870982145,
            "stop": 870983585
        }
    ]
}