Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=308
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=307",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 308,
    "results": [
        {
            "start": 852580427,
            "stop": 852580741
        },
        {
            "start": 852580745,
            "stop": 852580760
        },
        {
            "start": 852580769,
            "stop": 852580978
        },
        {
            "start": 852580982,
            "stop": 852581053
        },
        {
            "start": 852582020,
            "stop": 852582039
        },
        {
            "start": 852582042,
            "stop": 852582056
        },
        {
            "start": 852582061,
            "stop": 852582076
        },
        {
            "start": 852582080,
            "stop": 852582231
        },
        {
            "start": 852582234,
            "stop": 852582313
        },
        {
            "start": 852582317,
            "stop": 852582337
        },
        {
            "start": 852582341,
            "stop": 852582455
        },
        {
            "start": 852582459,
            "stop": 852582610
        },
        {
            "start": 852582619,
            "stop": 852582703
        },
        {
            "start": 852582708,
            "stop": 852582723
        },
        {
            "start": 852582727,
            "stop": 852582732
        },
        {
            "start": 852582736,
            "stop": 852582772
        },
        {
            "start": 852582781,
            "stop": 852582840
        },
        {
            "start": 852582844,
            "stop": 852582859
        },
        {
            "start": 852582864,
            "stop": 852582913
        },
        {
            "start": 852582917,
            "stop": 852583848
        }
    ]
}