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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=6",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 7,
    "results": [
        {
            "start": 931108356,
            "stop": 931108357
        },
        {
            "start": 931108367,
            "stop": 931108369
        },
        {
            "start": 931108374,
            "stop": 931108380
        },
        {
            "start": 931108383,
            "stop": 931108384
        },
        {
            "start": 931108399,
            "stop": 931108401
        },
        {
            "start": 931108410,
            "stop": 931108411
        },
        {
            "start": 931108416,
            "stop": 931108417
        },
        {
            "start": 931108421,
            "stop": 931108423
        },
        {
            "start": 931108425,
            "stop": 931108428
        },
        {
            "start": 931108430,
            "stop": 931108434
        },
        {
            "start": 931108449,
            "stop": 931108450
        },
        {
            "start": 931108470,
            "stop": 931108471
        },
        {
            "start": 931108480,
            "stop": 931108481
        },
        {
            "start": 931108483,
            "stop": 931108484
        },
        {
            "start": 931108500,
            "stop": 931108501
        },
        {
            "start": 931108504,
            "stop": 931108506
        },
        {
            "start": 931108519,
            "stop": 931108521
        },
        {
            "start": 931108524,
            "stop": 931108527
        },
        {
            "start": 931108529,
            "stop": 931108530
        },
        {
            "start": 931108532,
            "stop": 931108537
        }
    ]
}