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_CW_CAT1/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_CW_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=87",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 88,
    "results": [
        {
            "start": 822914882,
            "stop": 822914897
        },
        {
            "start": 822914911,
            "stop": 822914926
        },
        {
            "start": 822914935,
            "stop": 822914945
        },
        {
            "start": 822914954,
            "stop": 822914959
        },
        {
            "start": 822914973,
            "stop": 822914989
        },
        {
            "start": 822914993,
            "stop": 822914995
        },
        {
            "start": 822915973,
            "stop": 822917030
        },
        {
            "start": 822917034,
            "stop": 822920394
        },
        {
            "start": 822921433,
            "stop": 822930287
        },
        {
            "start": 822930295,
            "stop": 822944113
        },
        {
            "start": 822944811,
            "stop": 822947053
        },
        {
            "start": 822947713,
            "stop": 822966210
        },
        {
            "start": 822966214,
            "stop": 822966493
        },
        {
            "start": 822967444,
            "stop": 822967862
        },
        {
            "start": 822968833,
            "stop": 822970307
        },
        {
            "start": 822970311,
            "stop": 822970336
        },
        {
            "start": 822970340,
            "stop": 822970370
        },
        {
            "start": 822970384,
            "stop": 822970756
        },
        {
            "start": 822970770,
            "stop": 822970776
        },
        {
            "start": 822970833,
            "stop": 822970844
        }
    ]
}