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=661
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=662",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=660",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 661,
    "results": [
        {
            "start": 1264569502,
            "stop": 1264569688
        },
        {
            "start": 1264569690,
            "stop": 1264570952
        },
        {
            "start": 1264570955,
            "stop": 1264571417
        },
        {
            "start": 1264572039,
            "stop": 1264572820
        },
        {
            "start": 1264572823,
            "stop": 1264572835
        },
        {
            "start": 1264572838,
            "stop": 1264573850
        },
        {
            "start": 1264573853,
            "stop": 1264575185
        },
        {
            "start": 1264575188,
            "stop": 1264577442
        },
        {
            "start": 1264577445,
            "stop": 1264579346
        },
        {
            "start": 1264579349,
            "stop": 1264580142
        },
        {
            "start": 1264580145,
            "stop": 1264583762
        },
        {
            "start": 1264583765,
            "stop": 1264585930
        },
        {
            "start": 1264585933,
            "stop": 1264586295
        },
        {
            "start": 1264586303,
            "stop": 1264586572
        },
        {
            "start": 1264586574,
            "stop": 1264589049
        },
        {
            "start": 1264589052,
            "stop": 1264589758
        },
        {
            "start": 1264589761,
            "stop": 1264590010
        },
        {
            "start": 1264590013,
            "stop": 1264591699
        },
        {
            "start": 1264597197,
            "stop": 1264599348
        },
        {
            "start": 1264599351,
            "stop": 1264599352
        }
    ]
}