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=1032
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=1033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1031",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1032,
    "results": [
        {
            "start": 872269654,
            "stop": 872272054
        },
        {
            "start": 872272233,
            "stop": 872273013
        },
        {
            "start": 872273302,
            "stop": 872273362
        },
        {
            "start": 872273574,
            "stop": 872273754
        },
        {
            "start": 872273959,
            "stop": 872275339
        },
        {
            "start": 872275492,
            "stop": 872276332
        },
        {
            "start": 872277100,
            "stop": 872277340
        },
        {
            "start": 872277596,
            "stop": 872277656
        },
        {
            "start": 872277855,
            "stop": 872278635
        },
        {
            "start": 872278790,
            "stop": 872279330
        },
        {
            "start": 872279695,
            "stop": 872279905
        },
        {
            "start": 872280055,
            "stop": 872280895
        },
        {
            "start": 872283912,
            "stop": 872283972
        },
        {
            "start": 872284378,
            "stop": 872284558
        },
        {
            "start": 872285028,
            "stop": 872285268
        },
        {
            "start": 872285423,
            "stop": 872285483
        },
        {
            "start": 872286564,
            "stop": 872286624
        },
        {
            "start": 872286791,
            "stop": 872286851
        },
        {
            "start": 872287052,
            "stop": 872287172
        },
        {
            "start": 872287428,
            "stop": 872287608
        }
    ]
}