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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=99",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 100,
    "results": [
        {
            "start": 839876041,
            "stop": 839881400
        },
        {
            "start": 839881484,
            "stop": 839882908
        },
        {
            "start": 839882969,
            "stop": 839883050
        },
        {
            "start": 839883209,
            "stop": 839883348
        },
        {
            "start": 839883561,
            "stop": 839883741
        },
        {
            "start": 839883858,
            "stop": 839885323
        },
        {
            "start": 839885654,
            "stop": 839893198
        },
        {
            "start": 839893826,
            "stop": 839908114
        },
        {
            "start": 839909896,
            "stop": 839912370
        },
        {
            "start": 839913596,
            "stop": 839953831
        },
        {
            "start": 839975797,
            "stop": 839975872
        },
        {
            "start": 839976795,
            "stop": 839977658
        },
        {
            "start": 839982307,
            "stop": 839983684
        },
        {
            "start": 839984115,
            "stop": 840039698
        },
        {
            "start": 840041157,
            "stop": 840049278
        },
        {
            "start": 840050217,
            "stop": 840052283
        },
        {
            "start": 840052371,
            "stop": 840081738
        },
        {
            "start": 840082940,
            "stop": 840083839
        },
        {
            "start": 840087552,
            "stop": 840176734
        },
        {
            "start": 840177620,
            "stop": 840203633
        }
    ]
}