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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=396",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 397,
    "results": [
        {
            "start": 867292334,
            "stop": 867298714
        },
        {
            "start": 867300102,
            "stop": 867309061
        },
        {
            "start": 867309080,
            "stop": 867319497
        },
        {
            "start": 867319873,
            "stop": 867344496
        },
        {
            "start": 867344624,
            "stop": 867353134
        },
        {
            "start": 867357340,
            "stop": 867364027
        },
        {
            "start": 867367505,
            "stop": 867378792
        },
        {
            "start": 867378902,
            "stop": 867381597
        },
        {
            "start": 867381897,
            "stop": 867421974
        },
        {
            "start": 867422053,
            "stop": 867422069
        },
        {
            "start": 867422093,
            "stop": 867428659
        },
        {
            "start": 867428681,
            "stop": 867434912
        },
        {
            "start": 867434933,
            "stop": 867437209
        },
        {
            "start": 867437231,
            "stop": 867438810
        },
        {
            "start": 867438870,
            "stop": 867439143
        },
        {
            "start": 867439161,
            "stop": 867440828
        },
        {
            "start": 867441038,
            "stop": 867446344
        },
        {
            "start": 867446368,
            "stop": 867446369
        },
        {
            "start": 867446391,
            "stop": 867446397
        },
        {
            "start": 867446423,
            "stop": 867446444
        }
    ]
}