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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=332",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 333,
    "results": [
        {
            "start": 834204361,
            "stop": 834204601
        },
        {
            "start": 834204792,
            "stop": 834205092
        },
        {
            "start": 834205314,
            "stop": 834205494
        },
        {
            "start": 834205640,
            "stop": 834205760
        },
        {
            "start": 834208159,
            "stop": 834208579
        },
        {
            "start": 834209179,
            "stop": 834209359
        },
        {
            "start": 834209884,
            "stop": 834210004
        },
        {
            "start": 834210632,
            "stop": 834210692
        },
        {
            "start": 834211040,
            "stop": 834211520
        },
        {
            "start": 834211718,
            "stop": 834212078
        },
        {
            "start": 834212218,
            "stop": 834212278
        },
        {
            "start": 834212503,
            "stop": 834212803
        },
        {
            "start": 834213389,
            "stop": 834213629
        },
        {
            "start": 834213766,
            "stop": 834213826
        },
        {
            "start": 834214003,
            "stop": 834214543
        },
        {
            "start": 834214694,
            "stop": 834214874
        },
        {
            "start": 834215200,
            "stop": 834215380
        },
        {
            "start": 834215521,
            "stop": 834215941
        },
        {
            "start": 834216727,
            "stop": 834217927
        },
        {
            "start": 834218190,
            "stop": 834218430
        }
    ]
}