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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=49",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 50,
    "results": [
        {
            "start": 821043259,
            "stop": 821043265
        },
        {
            "start": 821043284,
            "stop": 821043294
        },
        {
            "start": 821043342,
            "stop": 821043345
        },
        {
            "start": 821043358,
            "stop": 821043367
        },
        {
            "start": 821043371,
            "stop": 821043373
        },
        {
            "start": 821043392,
            "stop": 821043397
        },
        {
            "start": 821043401,
            "stop": 821043417
        },
        {
            "start": 821043421,
            "stop": 821043426
        },
        {
            "start": 821043458,
            "stop": 821043462
        },
        {
            "start": 821043481,
            "stop": 821043487
        },
        {
            "start": 821043491,
            "stop": 821043496
        },
        {
            "start": 821043500,
            "stop": 821043520
        },
        {
            "start": 821043524,
            "stop": 821043568
        },
        {
            "start": 821043572,
            "stop": 821043598
        },
        {
            "start": 821043602,
            "stop": 821043612
        },
        {
            "start": 821043621,
            "stop": 821043651
        },
        {
            "start": 821043654,
            "stop": 821043742
        },
        {
            "start": 821043751,
            "stop": 821043768
        },
        {
            "start": 821043772,
            "stop": 821043795
        },
        {
            "start": 821043799,
            "stop": 821043815
        }
    ]
}