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=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=442",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 443,
    "results": [
        {
            "start": 869019845,
            "stop": 869019851
        },
        {
            "start": 869019854,
            "stop": 869020254
        },
        {
            "start": 869020262,
            "stop": 869020284
        },
        {
            "start": 869020287,
            "stop": 869020449
        },
        {
            "start": 869020452,
            "stop": 869020664
        },
        {
            "start": 869020668,
            "stop": 869051352
        },
        {
            "start": 869053115,
            "stop": 869060216
        },
        {
            "start": 869061943,
            "stop": 869068002
        },
        {
            "start": 869069964,
            "stop": 869233997
        },
        {
            "start": 869235596,
            "stop": 869282778
        },
        {
            "start": 869282782,
            "stop": 869282909
        },
        {
            "start": 869282913,
            "stop": 869284198
        },
        {
            "start": 869284202,
            "stop": 869284307
        },
        {
            "start": 869284315,
            "stop": 869284322
        },
        {
            "start": 869284326,
            "stop": 869284331
        },
        {
            "start": 869284340,
            "stop": 869284345
        },
        {
            "start": 869284359,
            "stop": 869284369
        },
        {
            "start": 869284373,
            "stop": 869284398
        },
        {
            "start": 869284401,
            "stop": 869284617
        },
        {
            "start": 869284621,
            "stop": 869284826
        }
    ]
}