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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=775",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=773",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 774,
    "results": [
        {
            "start": 1269070080,
            "stop": 1269070769
        },
        {
            "start": 1269070790,
            "stop": 1269070791
        },
        {
            "start": 1269070792,
            "stop": 1269070835
        },
        {
            "start": 1269070839,
            "stop": 1269070877
        },
        {
            "start": 1269070887,
            "stop": 1269071526
        },
        {
            "start": 1269071529,
            "stop": 1269071856
        },
        {
            "start": 1269071859,
            "stop": 1269077663
        },
        {
            "start": 1269077664,
            "stop": 1269080802
        },
        {
            "start": 1269080806,
            "stop": 1269081717
        },
        {
            "start": 1269081720,
            "stop": 1269082860
        },
        {
            "start": 1269082863,
            "stop": 1269082921
        },
        {
            "start": 1269082925,
            "stop": 1269083376
        },
        {
            "start": 1269083379,
            "stop": 1269084937
        },
        {
            "start": 1269084940,
            "stop": 1269085690
        },
        {
            "start": 1269085693,
            "stop": 1269085937
        },
        {
            "start": 1269085940,
            "stop": 1269086490
        },
        {
            "start": 1269086492,
            "stop": 1269086579
        },
        {
            "start": 1269091658,
            "stop": 1269094857
        },
        {
            "start": 1269094860,
            "stop": 1269096522
        },
        {
            "start": 1269114550,
            "stop": 1269115781
        }
    ]
}