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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=305",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 306,
    "results": [
        {
            "start": 852576956,
            "stop": 852577063
        },
        {
            "start": 852577067,
            "stop": 852577164
        },
        {
            "start": 852577173,
            "stop": 852577183
        },
        {
            "start": 852577188,
            "stop": 852577198
        },
        {
            "start": 852577202,
            "stop": 852577526
        },
        {
            "start": 852577529,
            "stop": 852577560
        },
        {
            "start": 852577564,
            "stop": 852577618
        },
        {
            "start": 852577622,
            "stop": 852577714
        },
        {
            "start": 852577727,
            "stop": 852577747
        },
        {
            "start": 852577761,
            "stop": 852577766
        },
        {
            "start": 852577784,
            "stop": 852577819
        },
        {
            "start": 852577823,
            "stop": 852577829
        },
        {
            "start": 852577838,
            "stop": 852577888
        },
        {
            "start": 852577891,
            "stop": 852577925
        },
        {
            "start": 852577929,
            "stop": 852577930
        },
        {
            "start": 852577934,
            "stop": 852577939
        },
        {
            "start": 852577943,
            "stop": 852577964
        },
        {
            "start": 852577972,
            "stop": 852578425
        },
        {
            "start": 852578434,
            "stop": 852578459
        },
        {
            "start": 852578462,
            "stop": 852578542
        }
    ]
}