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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=305",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 306,
    "results": [
        {
            "start": 869582121,
            "stop": 869582123
        },
        {
            "start": 869582138,
            "stop": 869582140
        },
        {
            "start": 869582153,
            "stop": 869582162
        },
        {
            "start": 869582213,
            "stop": 869582221
        },
        {
            "start": 869582234,
            "stop": 869582240
        },
        {
            "start": 869582257,
            "stop": 869582263
        },
        {
            "start": 869585912,
            "stop": 869600583
        },
        {
            "start": 869601961,
            "stop": 869603780
        },
        {
            "start": 869604524,
            "stop": 869604843
        },
        {
            "start": 869605879,
            "stop": 869612616
        },
        {
            "start": 869612621,
            "stop": 869612911
        },
        {
            "start": 869612915,
            "stop": 869612952
        },
        {
            "start": 869612957,
            "stop": 869613273
        },
        {
            "start": 869613278,
            "stop": 869613298
        },
        {
            "start": 869613304,
            "stop": 869613427
        },
        {
            "start": 869613432,
            "stop": 869613474
        },
        {
            "start": 869613480,
            "stop": 869613493
        },
        {
            "start": 869613497,
            "stop": 869613793
        },
        {
            "start": 869613800,
            "stop": 869613850
        },
        {
            "start": 869613853,
            "stop": 869613865
        }
    ]
}