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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=296",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 297,
    "results": [
        {
            "start": 832518602,
            "stop": 832520372
        },
        {
            "start": 832520522,
            "stop": 832521122
        },
        {
            "start": 832521152,
            "stop": 832521362
        },
        {
            "start": 832526882,
            "stop": 832527482
        },
        {
            "start": 832539336,
            "stop": 832539456
        },
        {
            "start": 832539612,
            "stop": 832539672
        },
        {
            "start": 832539826,
            "stop": 832540186
        },
        {
            "start": 832540361,
            "stop": 832540781
        },
        {
            "start": 832541050,
            "stop": 832541170
        },
        {
            "start": 832541873,
            "stop": 832542473
        },
        {
            "start": 832543534,
            "stop": 832544974
        },
        {
            "start": 832545359,
            "stop": 832545599
        },
        {
            "start": 832545754,
            "stop": 832547524
        },
        {
            "start": 832547614,
            "stop": 832550494
        },
        {
            "start": 832550851,
            "stop": 832550911
        },
        {
            "start": 832551402,
            "stop": 832551822
        },
        {
            "start": 832551978,
            "stop": 832552398
        },
        {
            "start": 832552544,
            "stop": 832553264
        },
        {
            "start": 832554988,
            "stop": 832555408
        },
        {
            "start": 832555558,
            "stop": 832557328
        }
    ]
}