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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9758",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9759,
    "results": [
        {
            "start": 873554270,
            "stop": 873554277
        },
        {
            "start": 873554278,
            "stop": 873554290
        },
        {
            "start": 873554291,
            "stop": 873554293
        },
        {
            "start": 873554295,
            "stop": 873554297
        },
        {
            "start": 873554298,
            "stop": 873554301
        },
        {
            "start": 873554302,
            "stop": 873554327
        },
        {
            "start": 873554328,
            "stop": 873554706
        },
        {
            "start": 873554707,
            "stop": 873554708
        },
        {
            "start": 873554710,
            "stop": 873558488
        },
        {
            "start": 873576012,
            "stop": 873576013
        },
        {
            "start": 873576024,
            "stop": 873576026
        },
        {
            "start": 873576039,
            "stop": 873576040
        },
        {
            "start": 873576052,
            "stop": 873576053
        },
        {
            "start": 873576054,
            "stop": 873576055
        },
        {
            "start": 873576057,
            "stop": 873576058
        },
        {
            "start": 873576079,
            "stop": 873576080
        },
        {
            "start": 873576083,
            "stop": 873576084
        },
        {
            "start": 873576090,
            "stop": 873576091
        },
        {
            "start": 873576092,
            "stop": 873576105
        },
        {
            "start": 873576107,
            "stop": 873576108
        }
    ]
}