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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=408",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 409,
    "results": [
        {
            "start": 865180325,
            "stop": 865181181
        },
        {
            "start": 865181184,
            "stop": 865181500
        },
        {
            "start": 865181503,
            "stop": 865183978
        },
        {
            "start": 865183982,
            "stop": 865183992
        },
        {
            "start": 865183997,
            "stop": 865184203
        },
        {
            "start": 865184207,
            "stop": 865184256
        },
        {
            "start": 865184259,
            "stop": 865184459
        },
        {
            "start": 865184463,
            "stop": 865184477
        },
        {
            "start": 865184480,
            "stop": 865184748
        },
        {
            "start": 865184752,
            "stop": 865184849
        },
        {
            "start": 865184853,
            "stop": 865184984
        },
        {
            "start": 865185194,
            "stop": 865185339
        },
        {
            "start": 865185342,
            "stop": 865185418
        },
        {
            "start": 865188938,
            "stop": 865189410
        },
        {
            "start": 865189414,
            "stop": 865189520
        },
        {
            "start": 865189524,
            "stop": 865189551
        },
        {
            "start": 865189555,
            "stop": 865189566
        },
        {
            "start": 865189569,
            "stop": 865189614
        },
        {
            "start": 865189618,
            "stop": 865189633
        },
        {
            "start": 865189646,
            "stop": 865190149
        }
    ]
}