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/H2_CW_CAT1/segments?format=api&page=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=159",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 160,
    "results": [
        {
            "start": 832049115,
            "stop": 832049235
        },
        {
            "start": 832049238,
            "stop": 832049452
        },
        {
            "start": 832049460,
            "stop": 832049481
        },
        {
            "start": 832049485,
            "stop": 832049583
        },
        {
            "start": 832049587,
            "stop": 832049713
        },
        {
            "start": 832051213,
            "stop": 832052260
        },
        {
            "start": 832053193,
            "stop": 832053229
        },
        {
            "start": 832053232,
            "stop": 832053311
        },
        {
            "start": 832053328,
            "stop": 832053359
        },
        {
            "start": 832053363,
            "stop": 832053402
        },
        {
            "start": 832053405,
            "stop": 832053596
        },
        {
            "start": 832053605,
            "stop": 832053616
        },
        {
            "start": 832053620,
            "stop": 832053626
        },
        {
            "start": 832053634,
            "stop": 832054142
        },
        {
            "start": 832054146,
            "stop": 832054153
        },
        {
            "start": 832055642,
            "stop": 832072728
        },
        {
            "start": 832073633,
            "stop": 832082750
        },
        {
            "start": 832083665,
            "stop": 832083782
        },
        {
            "start": 832089285,
            "stop": 832100833
        },
        {
            "start": 832108605,
            "stop": 832109351
        }
    ]
}