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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=87",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 88,
    "results": [
        {
            "start": 843889175,
            "stop": 843902041
        },
        {
            "start": 843903770,
            "stop": 843906357
        },
        {
            "start": 843908454,
            "stop": 843912295
        },
        {
            "start": 843912868,
            "stop": 843921458
        },
        {
            "start": 843947018,
            "stop": 843965921
        },
        {
            "start": 843969489,
            "stop": 844007073
        },
        {
            "start": 844009438,
            "stop": 844010711
        },
        {
            "start": 844013369,
            "stop": 844013659
        },
        {
            "start": 844014392,
            "stop": 844015222
        },
        {
            "start": 844015858,
            "stop": 844016034
        },
        {
            "start": 844017419,
            "stop": 844017733
        },
        {
            "start": 844024590,
            "stop": 844024652
        },
        {
            "start": 844031308,
            "stop": 844035239
        },
        {
            "start": 844038999,
            "stop": 844051585
        },
        {
            "start": 844052497,
            "stop": 844097075
        },
        {
            "start": 844098705,
            "stop": 844118904
        },
        {
            "start": 844119154,
            "stop": 844122040
        },
        {
            "start": 844124286,
            "stop": 844199664
        },
        {
            "start": 844202234,
            "stop": 844203177
        },
        {
            "start": 844203290,
            "stop": 844245212
        }
    ]
}