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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 114,
    "results": [
        {
            "start": 1257861244,
            "stop": 1257861458
        },
        {
            "start": 1257861461,
            "stop": 1257861838
        },
        {
            "start": 1257861841,
            "stop": 1257861867
        },
        {
            "start": 1257861870,
            "stop": 1257861888
        },
        {
            "start": 1257861890,
            "stop": 1257861992
        },
        {
            "start": 1257861995,
            "stop": 1257862000
        },
        {
            "start": 1257862003,
            "stop": 1257862081
        },
        {
            "start": 1257862087,
            "stop": 1257862224
        },
        {
            "start": 1257862227,
            "stop": 1257862438
        },
        {
            "start": 1257862441,
            "stop": 1257862473
        },
        {
            "start": 1257862476,
            "stop": 1257862603
        },
        {
            "start": 1257862609,
            "stop": 1257862770
        },
        {
            "start": 1257862773,
            "stop": 1257862802
        },
        {
            "start": 1257862805,
            "stop": 1257862829
        },
        {
            "start": 1257862832,
            "stop": 1257863197
        },
        {
            "start": 1257863200,
            "stop": 1257863289
        },
        {
            "start": 1257863292,
            "stop": 1257863337
        },
        {
            "start": 1257863340,
            "stop": 1257863459
        },
        {
            "start": 1257863462,
            "stop": 1257863463
        },
        {
            "start": 1257863466,
            "stop": 1257863562
        }
    ]
}