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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3749",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3747",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3748,
    "results": [
        {
            "start": 971448136,
            "stop": 971448193
        },
        {
            "start": 971448258,
            "stop": 971448268
        },
        {
            "start": 971448271,
            "stop": 971448276
        },
        {
            "start": 971448282,
            "stop": 971448347
        },
        {
            "start": 971448352,
            "stop": 971448389
        },
        {
            "start": 971448392,
            "stop": 971448475
        },
        {
            "start": 971448478,
            "stop": 971448492
        },
        {
            "start": 971448496,
            "stop": 971448589
        },
        {
            "start": 971448592,
            "stop": 971448644
        },
        {
            "start": 971448647,
            "stop": 971448660
        },
        {
            "start": 971448663,
            "stop": 971448682
        },
        {
            "start": 971448686,
            "stop": 971448707
        },
        {
            "start": 971448710,
            "stop": 971448726
        },
        {
            "start": 971448729,
            "stop": 971448731
        },
        {
            "start": 971448916,
            "stop": 971448934
        },
        {
            "start": 971448937,
            "stop": 971448989
        },
        {
            "start": 971448993,
            "stop": 971449009
        },
        {
            "start": 971449012,
            "stop": 971449014
        },
        {
            "start": 971449017,
            "stop": 971449019
        },
        {
            "start": 971449023,
            "stop": 971449024
        }
    ]
}