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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46941",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46942,
    "results": [
        {
            "start": 875199732,
            "stop": 875199749
        },
        {
            "start": 875199752,
            "stop": 875199763
        },
        {
            "start": 875199765,
            "stop": 875199769
        },
        {
            "start": 875199770,
            "stop": 875199796
        },
        {
            "start": 875199799,
            "stop": 875199820
        },
        {
            "start": 875199827,
            "stop": 875199865
        },
        {
            "start": 875199866,
            "stop": 875199891
        },
        {
            "start": 875199892,
            "stop": 875199898
        },
        {
            "start": 875199899,
            "stop": 875199924
        },
        {
            "start": 875199929,
            "stop": 875199935
        },
        {
            "start": 875199938,
            "stop": 875199968
        },
        {
            "start": 875199971,
            "stop": 875199983
        },
        {
            "start": 875199984,
            "stop": 875199993
        },
        {
            "start": 875199996,
            "stop": 875200001
        },
        {
            "start": 875200004,
            "stop": 875200013
        },
        {
            "start": 875200015,
            "stop": 875200045
        },
        {
            "start": 875200047,
            "stop": 875200054
        },
        {
            "start": 875200058,
            "stop": 875200069
        },
        {
            "start": 875200070,
            "stop": 875200098
        },
        {
            "start": 875200099,
            "stop": 875200127
        }
    ]
}