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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=137",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 138,
    "results": [
        {
            "start": 965436172,
            "stop": 965441427
        },
        {
            "start": 965452204,
            "stop": 965454175
        },
        {
            "start": 965471115,
            "stop": 965473291
        },
        {
            "start": 965474825,
            "stop": 965476586
        },
        {
            "start": 965477258,
            "stop": 965484380
        },
        {
            "start": 965500613,
            "stop": 965511195
        },
        {
            "start": 965512682,
            "stop": 965520281
        },
        {
            "start": 965520733,
            "stop": 965539027
        },
        {
            "start": 965540543,
            "stop": 965547885
        },
        {
            "start": 965549247,
            "stop": 965561048
        },
        {
            "start": 965565590,
            "stop": 965586926
        },
        {
            "start": 965589275,
            "stop": 965601431
        },
        {
            "start": 965602329,
            "stop": 965637574
        },
        {
            "start": 965640858,
            "stop": 965643299
        },
        {
            "start": 965644440,
            "stop": 965649649
        },
        {
            "start": 965663327,
            "stop": 965669897
        },
        {
            "start": 965671981,
            "stop": 965681360
        },
        {
            "start": 965687514,
            "stop": 965687707
        },
        {
            "start": 965690523,
            "stop": 965691416
        },
        {
            "start": 965694220,
            "stop": 965694823
        }
    ]
}