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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=35",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 36,
    "results": [
        {
            "start": 827462762,
            "stop": 827465101
        },
        {
            "start": 827465785,
            "stop": 827466469
        },
        {
            "start": 827467529,
            "stop": 827503850
        },
        {
            "start": 827504769,
            "stop": 827513330
        },
        {
            "start": 827514385,
            "stop": 827517933
        },
        {
            "start": 827520581,
            "stop": 827528720
        },
        {
            "start": 827529571,
            "stop": 827536994
        },
        {
            "start": 827538185,
            "stop": 827588647
        },
        {
            "start": 827590058,
            "stop": 827597289
        },
        {
            "start": 827611575,
            "stop": 827618500
        },
        {
            "start": 827619540,
            "stop": 827619663
        },
        {
            "start": 827620930,
            "stop": 827687661
        },
        {
            "start": 827694281,
            "stop": 827696526
        },
        {
            "start": 827697076,
            "stop": 827698212
        },
        {
            "start": 827698827,
            "stop": 827706864
        },
        {
            "start": 827707915,
            "stop": 827769874
        },
        {
            "start": 827770013,
            "stop": 827771573
        },
        {
            "start": 827773716,
            "stop": 827784127
        },
        {
            "start": 827785085,
            "stop": 827786474
        },
        {
            "start": 827787236,
            "stop": 827791542
        }
    ]
}