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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=356",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 357,
    "results": [
        {
            "start": 858373050,
            "stop": 858373103
        },
        {
            "start": 858373108,
            "stop": 858373204
        },
        {
            "start": 858373228,
            "stop": 858373292
        },
        {
            "start": 858373296,
            "stop": 858373325
        },
        {
            "start": 858373334,
            "stop": 858373345
        },
        {
            "start": 858373353,
            "stop": 858373363
        },
        {
            "start": 858373377,
            "stop": 858373383
        },
        {
            "start": 858373387,
            "stop": 858373397
        },
        {
            "start": 858373402,
            "stop": 858373708
        },
        {
            "start": 858373712,
            "stop": 858376151
        },
        {
            "start": 858377319,
            "stop": 858377765
        },
        {
            "start": 858377774,
            "stop": 858377800
        },
        {
            "start": 858377804,
            "stop": 858377901
        },
        {
            "start": 858377910,
            "stop": 858377935
        },
        {
            "start": 858378451,
            "stop": 858378542
        },
        {
            "start": 858378546,
            "stop": 858378571
        },
        {
            "start": 858378574,
            "stop": 858378760
        },
        {
            "start": 858378764,
            "stop": 858390331
        },
        {
            "start": 858391298,
            "stop": 858393635
        },
        {
            "start": 858393638,
            "stop": 858393659
        }
    ]
}