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_CBCLOW_CAT2/segments?format=api&page=324
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=323",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 324,
    "results": [
        {
            "start": 945452106,
            "stop": 945458813
        },
        {
            "start": 945468842,
            "stop": 945480182
        },
        {
            "start": 945480668,
            "stop": 945483443
        },
        {
            "start": 945483449,
            "stop": 945483456
        },
        {
            "start": 945483462,
            "stop": 945483470
        },
        {
            "start": 945483476,
            "stop": 945483488
        },
        {
            "start": 945483494,
            "stop": 945483514
        },
        {
            "start": 945483522,
            "stop": 945483540
        },
        {
            "start": 945483547,
            "stop": 945483554
        },
        {
            "start": 945483565,
            "stop": 945483585
        },
        {
            "start": 945483591,
            "stop": 945483609
        },
        {
            "start": 945483614,
            "stop": 945483631
        },
        {
            "start": 945483639,
            "stop": 945483724
        },
        {
            "start": 945483730,
            "stop": 945483731
        },
        {
            "start": 945483740,
            "stop": 945483744
        },
        {
            "start": 945483754,
            "stop": 945483768
        },
        {
            "start": 945489587,
            "stop": 945490743
        },
        {
            "start": 945490749,
            "stop": 945490863
        },
        {
            "start": 945490876,
            "stop": 945490893
        },
        {
            "start": 945490900,
            "stop": 945490914
        }
    ]
}