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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=796",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 797,
    "results": [
        {
            "start": 866351778,
            "stop": 866351783
        },
        {
            "start": 866351786,
            "stop": 866352555
        },
        {
            "start": 866352557,
            "stop": 866352561
        },
        {
            "start": 866352565,
            "stop": 866352567
        },
        {
            "start": 866352569,
            "stop": 866353232
        },
        {
            "start": 866353243,
            "stop": 866353264
        },
        {
            "start": 866353268,
            "stop": 866353273
        },
        {
            "start": 866353282,
            "stop": 866353300
        },
        {
            "start": 866353308,
            "stop": 866353310
        },
        {
            "start": 866353344,
            "stop": 866353345
        },
        {
            "start": 866353353,
            "stop": 866353361
        },
        {
            "start": 866358693,
            "stop": 866386302
        },
        {
            "start": 866405184,
            "stop": 866410903
        },
        {
            "start": 866415788,
            "stop": 866427270
        },
        {
            "start": 866427330,
            "stop": 866430630
        },
        {
            "start": 866430690,
            "stop": 866432610
        },
        {
            "start": 866432670,
            "stop": 866441370
        },
        {
            "start": 866441430,
            "stop": 866447382
        },
        {
            "start": 866447803,
            "stop": 866468976
        },
        {
            "start": 866469296,
            "stop": 866470680
        }
    ]
}