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/S6/timelines/L1_DATA/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=120",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 121,
    "results": [
        {
            "start": 961947076,
            "stop": 961947474
        },
        {
            "start": 961948725,
            "stop": 961949661
        },
        {
            "start": 961954162,
            "stop": 961956761
        },
        {
            "start": 961958086,
            "stop": 962075453
        },
        {
            "start": 962075595,
            "stop": 962076506
        },
        {
            "start": 962079033,
            "stop": 962079302
        },
        {
            "start": 962080540,
            "stop": 962089272
        },
        {
            "start": 962093623,
            "stop": 962116363
        },
        {
            "start": 962118349,
            "stop": 962118455
        },
        {
            "start": 962119811,
            "stop": 962119860
        },
        {
            "start": 962120402,
            "stop": 962122721
        },
        {
            "start": 962123276,
            "stop": 962135157
        },
        {
            "start": 962137431,
            "stop": 962146322
        },
        {
            "start": 962146562,
            "stop": 962150482
        },
        {
            "start": 962150636,
            "stop": 962154377
        },
        {
            "start": 962154840,
            "stop": 962158354
        },
        {
            "start": 962160378,
            "stop": 962162937
        },
        {
            "start": 962163005,
            "stop": 962164035
        },
        {
            "start": 962166876,
            "stop": 962177785
        },
        {
            "start": 962187303,
            "stop": 962191112
        }
    ]
}