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/S6/timelines/H1_CBCHIGH_CAT2/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/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=444",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=442",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 443,
    "results": [
        {
            "start": 945444356,
            "stop": 945444366
        },
        {
            "start": 945444368,
            "stop": 945444407
        },
        {
            "start": 945444409,
            "stop": 945444508
        },
        {
            "start": 945444510,
            "stop": 945444595
        },
        {
            "start": 945447216,
            "stop": 945448270
        },
        {
            "start": 945452106,
            "stop": 945458813
        },
        {
            "start": 945468842,
            "stop": 945480182
        },
        {
            "start": 945480668,
            "stop": 945483443
        },
        {
            "start": 945483445,
            "stop": 945483456
        },
        {
            "start": 945483458,
            "stop": 945483470
        },
        {
            "start": 945483472,
            "stop": 945483488
        },
        {
            "start": 945483490,
            "stop": 945483514
        },
        {
            "start": 945483518,
            "stop": 945483540
        },
        {
            "start": 945483543,
            "stop": 945483554
        },
        {
            "start": 945483556,
            "stop": 945483559
        },
        {
            "start": 945483561,
            "stop": 945483585
        },
        {
            "start": 945483587,
            "stop": 945483609
        },
        {
            "start": 945483610,
            "stop": 945483631
        },
        {
            "start": 945483635,
            "stop": 945483724
        },
        {
            "start": 945483726,
            "stop": 945483731
        }
    ]
}