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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=345",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 346,
    "results": [
        {
            "start": 869256898,
            "stop": 869266995
        },
        {
            "start": 869266999,
            "stop": 869272540
        },
        {
            "start": 869272544,
            "stop": 869282776
        },
        {
            "start": 869284981,
            "stop": 869324429
        },
        {
            "start": 869342235,
            "stop": 869342327
        },
        {
            "start": 869343527,
            "stop": 869367593
        },
        {
            "start": 869441226,
            "stop": 869442613
        },
        {
            "start": 869444882,
            "stop": 869464543
        },
        {
            "start": 869466207,
            "stop": 869472231
        },
        {
            "start": 869474574,
            "stop": 869505210
        },
        {
            "start": 869508276,
            "stop": 869524277
        },
        {
            "start": 869526155,
            "stop": 869535566
        },
        {
            "start": 869537423,
            "stop": 869540692
        },
        {
            "start": 869542973,
            "stop": 869575479
        },
        {
            "start": 869576791,
            "stop": 869582270
        },
        {
            "start": 869585912,
            "stop": 869600583
        },
        {
            "start": 869601961,
            "stop": 869603780
        },
        {
            "start": 869604524,
            "stop": 869604843
        },
        {
            "start": 869605879,
            "stop": 869613865
        },
        {
            "start": 869615410,
            "stop": 869616242
        }
    ]
}