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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8127",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8128,
    "results": [
        {
            "start": 970853640,
            "stop": 970853642
        },
        {
            "start": 970853648,
            "stop": 970853659
        },
        {
            "start": 970853665,
            "stop": 970853666
        },
        {
            "start": 970853670,
            "stop": 970853677
        },
        {
            "start": 970853695,
            "stop": 970853802
        },
        {
            "start": 970853805,
            "stop": 970853908
        },
        {
            "start": 970853911,
            "stop": 970854004
        },
        {
            "start": 970854007,
            "stop": 970854011
        },
        {
            "start": 970854014,
            "stop": 970854067
        },
        {
            "start": 970854083,
            "stop": 970854096
        },
        {
            "start": 970854108,
            "stop": 970854114
        },
        {
            "start": 970854134,
            "stop": 970854141
        },
        {
            "start": 970854155,
            "stop": 970854231
        },
        {
            "start": 970854237,
            "stop": 970854317
        },
        {
            "start": 970854321,
            "stop": 970854358
        },
        {
            "start": 970854362,
            "stop": 970854517
        },
        {
            "start": 970854520,
            "stop": 970854560
        },
        {
            "start": 970854571,
            "stop": 970854693
        },
        {
            "start": 970854700,
            "stop": 970854759
        },
        {
            "start": 970854763,
            "stop": 970854984
        }
    ]
}