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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=228",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 229,
    "results": [
        {
            "start": 1136426759,
            "stop": 1136426760
        },
        {
            "start": 1136426763,
            "stop": 1136426767
        },
        {
            "start": 1136426771,
            "stop": 1136426773
        },
        {
            "start": 1136426776,
            "stop": 1136426777
        },
        {
            "start": 1136426781,
            "stop": 1136426786
        },
        {
            "start": 1136426795,
            "stop": 1136426796
        },
        {
            "start": 1136426802,
            "stop": 1136426804
        },
        {
            "start": 1136426822,
            "stop": 1136426823
        },
        {
            "start": 1136426826,
            "stop": 1136426827
        },
        {
            "start": 1136426838,
            "stop": 1136426839
        },
        {
            "start": 1136426842,
            "stop": 1136426845
        },
        {
            "start": 1136426848,
            "stop": 1136426854
        },
        {
            "start": 1136426857,
            "stop": 1136426863
        },
        {
            "start": 1136426866,
            "stop": 1136426871
        },
        {
            "start": 1136426875,
            "stop": 1136426876
        },
        {
            "start": 1136426881,
            "stop": 1136426886
        },
        {
            "start": 1136426910,
            "stop": 1136426918
        },
        {
            "start": 1136426922,
            "stop": 1136426925
        },
        {
            "start": 1136426928,
            "stop": 1136426940
        },
        {
            "start": 1136426946,
            "stop": 1136426947
        }
    ]
}