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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=108",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 109,
    "results": [
        {
            "start": 819796203,
            "stop": 819796666
        },
        {
            "start": 819796669,
            "stop": 819797131
        },
        {
            "start": 819797134,
            "stop": 819797552
        },
        {
            "start": 819797555,
            "stop": 819797662
        },
        {
            "start": 819797666,
            "stop": 819797972
        },
        {
            "start": 819797975,
            "stop": 819798197
        },
        {
            "start": 819798200,
            "stop": 819798628
        },
        {
            "start": 819798631,
            "stop": 819798738
        },
        {
            "start": 819798741,
            "stop": 819798901
        },
        {
            "start": 819798904,
            "stop": 819799360
        },
        {
            "start": 819799364,
            "stop": 819799444
        },
        {
            "start": 819799447,
            "stop": 819799450
        },
        {
            "start": 819799453,
            "stop": 819800046
        },
        {
            "start": 819800050,
            "stop": 819800304
        },
        {
            "start": 819800307,
            "stop": 819800391
        },
        {
            "start": 819800394,
            "stop": 819800601
        },
        {
            "start": 819800604,
            "stop": 819801058
        },
        {
            "start": 819801061,
            "stop": 819801245
        },
        {
            "start": 819801248,
            "stop": 819801692
        },
        {
            "start": 819801695,
            "stop": 819801852
        }
    ]
}