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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=35",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 36,
    "results": [
        {
            "start": 815926233,
            "stop": 815927358
        },
        {
            "start": 815927365,
            "stop": 815929040
        },
        {
            "start": 815929048,
            "stop": 815929695
        },
        {
            "start": 815929708,
            "stop": 815930601
        },
        {
            "start": 815930608,
            "stop": 815930706
        },
        {
            "start": 815930713,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815943820
        },
        {
            "start": 815943833,
            "stop": 815945597
        },
        {
            "start": 815945610,
            "stop": 815946920
        },
        {
            "start": 815946933,
            "stop": 815947152
        },
        {
            "start": 815947160,
            "stop": 815950180
        },
        {
            "start": 815950187,
            "stop": 815950556
        },
        {
            "start": 815950563,
            "stop": 815950834
        },
        {
            "start": 815950835,
            "stop": 815951020
        },
        {
            "start": 815951027,
            "stop": 815954401
        },
        {
            "start": 815954408,
            "stop": 815959633
        },
        {
            "start": 815961820,
            "stop": 815963472
        },
        {
            "start": 815963480,
            "stop": 815965885
        },
        {
            "start": 815965898,
            "stop": 815972508
        },
        {
            "start": 815972515,
            "stop": 815973553
        }
    ]
}