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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=268",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 269,
    "results": [
        {
            "start": 830275883,
            "stop": 830276243
        },
        {
            "start": 830276472,
            "stop": 830276532
        },
        {
            "start": 830277237,
            "stop": 830277537
        },
        {
            "start": 830277827,
            "stop": 830277887
        },
        {
            "start": 830278043,
            "stop": 830278163
        },
        {
            "start": 830278761,
            "stop": 830278821
        },
        {
            "start": 830279361,
            "stop": 830279421
        },
        {
            "start": 830280932,
            "stop": 830280992
        },
        {
            "start": 830284674,
            "stop": 830284734
        },
        {
            "start": 830295417,
            "stop": 830295537
        },
        {
            "start": 830297801,
            "stop": 830298041
        },
        {
            "start": 830298766,
            "stop": 830298826
        },
        {
            "start": 830301229,
            "stop": 830301289
        },
        {
            "start": 830303152,
            "stop": 830303212
        },
        {
            "start": 830303459,
            "stop": 830304179
        },
        {
            "start": 830304575,
            "stop": 830304935
        },
        {
            "start": 830305115,
            "stop": 830310035
        },
        {
            "start": 830310509,
            "stop": 830310929
        },
        {
            "start": 830311907,
            "stop": 830315687
        },
        {
            "start": 830316051,
            "stop": 830320011
        }
    ]
}