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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6211",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6212,
    "results": [
        {
            "start": 874658910,
            "stop": 874658928
        },
        {
            "start": 874658929,
            "stop": 874658980
        },
        {
            "start": 874658981,
            "stop": 874659007
        },
        {
            "start": 874659008,
            "stop": 874659023
        },
        {
            "start": 874659785,
            "stop": 874659958
        },
        {
            "start": 874659964,
            "stop": 874659981
        },
        {
            "start": 874659984,
            "stop": 874660540
        },
        {
            "start": 874660543,
            "stop": 874660544
        },
        {
            "start": 874660547,
            "stop": 874660569
        },
        {
            "start": 874660572,
            "stop": 874660576
        },
        {
            "start": 874660579,
            "stop": 874660751
        },
        {
            "start": 874660754,
            "stop": 874660770
        },
        {
            "start": 874660773,
            "stop": 874660891
        },
        {
            "start": 874660894,
            "stop": 874660924
        },
        {
            "start": 874660927,
            "stop": 874661542
        },
        {
            "start": 874661543,
            "stop": 874661710
        },
        {
            "start": 874661713,
            "stop": 874661998
        },
        {
            "start": 874662000,
            "stop": 874662028
        },
        {
            "start": 874662030,
            "stop": 874662148
        },
        {
            "start": 874662149,
            "stop": 874662786
        }
    ]
}