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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4370",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4371,
    "results": [
        {
            "start": 874951918,
            "stop": 874952245
        },
        {
            "start": 874952264,
            "stop": 874952314
        },
        {
            "start": 874954192,
            "stop": 874954477
        },
        {
            "start": 874954597,
            "stop": 874955570
        },
        {
            "start": 874955735,
            "stop": 874957238
        },
        {
            "start": 874957276,
            "stop": 874957852
        },
        {
            "start": 874957871,
            "stop": 874958373
        },
        {
            "start": 874958392,
            "stop": 874958734
        },
        {
            "start": 874958753,
            "stop": 874958904
        },
        {
            "start": 874958923,
            "stop": 874958958
        },
        {
            "start": 874968343,
            "stop": 874968360
        },
        {
            "start": 874968420,
            "stop": 874968962
        },
        {
            "start": 874969082,
            "stop": 874969365
        },
        {
            "start": 874969485,
            "stop": 874969864
        },
        {
            "start": 874969984,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874972628
        },
        {
            "start": 874972748,
            "stop": 874973199
        },
        {
            "start": 874973319,
            "stop": 874973690
        },
        {
            "start": 874973810,
            "stop": 874973880
        },
        {
            "start": 874973940,
            "stop": 874974266
        }
    ]
}