Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=73",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 74,
    "results": [
        {
            "start": 822827316,
            "stop": 822827322
        },
        {
            "start": 822827326,
            "stop": 822827341
        },
        {
            "start": 822848880,
            "stop": 822848888
        },
        {
            "start": 822848891,
            "stop": 822848923
        },
        {
            "start": 822848931,
            "stop": 822848953
        },
        {
            "start": 822849186,
            "stop": 822849298
        },
        {
            "start": 822849302,
            "stop": 822849476
        },
        {
            "start": 822849691,
            "stop": 822850197
        },
        {
            "start": 822850324,
            "stop": 822850391
        },
        {
            "start": 822859664,
            "stop": 822860281
        },
        {
            "start": 822860289,
            "stop": 822860422
        },
        {
            "start": 822860435,
            "stop": 822860593
        },
        {
            "start": 822860601,
            "stop": 822860603
        },
        {
            "start": 822862046,
            "stop": 822862193
        },
        {
            "start": 822862556,
            "stop": 822862595
        },
        {
            "start": 822862690,
            "stop": 822862730
        },
        {
            "start": 822865654,
            "stop": 822866576
        },
        {
            "start": 822867086,
            "stop": 822869918
        },
        {
            "start": 822871937,
            "stop": 822872217
        },
        {
            "start": 822872353,
            "stop": 822873303
        }
    ]
}