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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=16",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 17,
    "results": [
        {
            "start": 931054779,
            "stop": 931054780
        },
        {
            "start": 931054781,
            "stop": 931054783
        },
        {
            "start": 931054784,
            "stop": 931054786
        },
        {
            "start": 931054789,
            "stop": 931054791
        },
        {
            "start": 931054795,
            "stop": 931054796
        },
        {
            "start": 931054797,
            "stop": 931054798
        },
        {
            "start": 931054800,
            "stop": 931054810
        },
        {
            "start": 931054811,
            "stop": 931054816
        },
        {
            "start": 931054817,
            "stop": 931054819
        },
        {
            "start": 931054820,
            "stop": 931054821
        },
        {
            "start": 931054826,
            "stop": 931054827
        },
        {
            "start": 931054828,
            "stop": 931054831
        },
        {
            "start": 931054834,
            "stop": 931054835
        },
        {
            "start": 931054836,
            "stop": 931054838
        },
        {
            "start": 931054839,
            "stop": 931054840
        },
        {
            "start": 931054846,
            "stop": 931054848
        },
        {
            "start": 931054850,
            "stop": 931054855
        },
        {
            "start": 931054856,
            "stop": 931054859
        },
        {
            "start": 931054861,
            "stop": 931054863
        },
        {
            "start": 931054865,
            "stop": 931054868
        }
    ]
}