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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=302",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 303,
    "results": [
        {
            "start": 832836427,
            "stop": 832836547
        },
        {
            "start": 832836894,
            "stop": 832836954
        },
        {
            "start": 832837090,
            "stop": 832837150
        },
        {
            "start": 832839953,
            "stop": 832841783
        },
        {
            "start": 832841813,
            "stop": 832843913
        },
        {
            "start": 832844063,
            "stop": 832845893
        },
        {
            "start": 832846351,
            "stop": 832846411
        },
        {
            "start": 832847535,
            "stop": 832847715
        },
        {
            "start": 832848051,
            "stop": 832849011
        },
        {
            "start": 832849223,
            "stop": 832850783
        },
        {
            "start": 832850843,
            "stop": 832851083
        },
        {
            "start": 832851248,
            "stop": 832852958
        },
        {
            "start": 832853108,
            "stop": 832853288
        },
        {
            "start": 832854051,
            "stop": 832857831
        },
        {
            "start": 832857861,
            "stop": 832858371
        },
        {
            "start": 832858491,
            "stop": 832859751
        },
        {
            "start": 832864662,
            "stop": 832864722
        },
        {
            "start": 832864926,
            "stop": 832865166
        },
        {
            "start": 832865713,
            "stop": 832866073
        },
        {
            "start": 832866247,
            "stop": 832866367
        }
    ]
}