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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8730",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8731,
    "results": [
        {
            "start": 872702658,
            "stop": 872702864
        },
        {
            "start": 872702881,
            "stop": 872703474
        },
        {
            "start": 872703594,
            "stop": 872703699
        },
        {
            "start": 872703738,
            "stop": 872703913
        },
        {
            "start": 872704033,
            "stop": 872704296
        },
        {
            "start": 872704416,
            "stop": 872704590
        },
        {
            "start": 872704650,
            "stop": 872704666
        },
        {
            "start": 872706040,
            "stop": 872706059
        },
        {
            "start": 872708204,
            "stop": 872708230
        },
        {
            "start": 872715147,
            "stop": 872715240
        },
        {
            "start": 872715300,
            "stop": 872715435
        },
        {
            "start": 872715443,
            "stop": 872715657
        },
        {
            "start": 872715777,
            "stop": 872716604
        },
        {
            "start": 872716785,
            "stop": 872716791
        },
        {
            "start": 872716911,
            "stop": 872719490
        },
        {
            "start": 872719570,
            "stop": 872719920
        },
        {
            "start": 872719924,
            "stop": 872720178
        },
        {
            "start": 872720335,
            "stop": 872720820
        },
        {
            "start": 872720999,
            "stop": 872723562
        },
        {
            "start": 872723682,
            "stop": 872723912
        }
    ]
}