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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=414",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 415,
    "results": [
        {
            "start": 869441225,
            "stop": 869441305
        },
        {
            "start": 869441324,
            "stop": 869442336
        },
        {
            "start": 869443557,
            "stop": 869443733
        },
        {
            "start": 869443843,
            "stop": 869443851
        },
        {
            "start": 869444151,
            "stop": 869449864
        },
        {
            "start": 869449886,
            "stop": 869464530
        },
        {
            "start": 869464676,
            "stop": 869464722
        },
        {
            "start": 869465224,
            "stop": 869466220
        },
        {
            "start": 869468554,
            "stop": 869469269
        },
        {
            "start": 869469288,
            "stop": 869472332
        },
        {
            "start": 869472442,
            "stop": 869472654
        },
        {
            "start": 869472954,
            "stop": 869473205
        },
        {
            "start": 869473480,
            "stop": 869473618
        },
        {
            "start": 869473918,
            "stop": 869477970
        },
        {
            "start": 869478030,
            "stop": 869491632
        },
        {
            "start": 869491653,
            "stop": 869491664
        },
        {
            "start": 869491686,
            "stop": 869493974
        },
        {
            "start": 869493993,
            "stop": 869496247
        },
        {
            "start": 869496268,
            "stop": 869497887
        },
        {
            "start": 869497913,
            "stop": 869498754
        }
    ]
}