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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=154",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 155,
    "results": [
        {
            "start": 823017888,
            "stop": 823018068
        },
        {
            "start": 823018571,
            "stop": 823018631
        },
        {
            "start": 823018875,
            "stop": 823018935
        },
        {
            "start": 823019705,
            "stop": 823019885
        },
        {
            "start": 823023250,
            "stop": 823023370
        },
        {
            "start": 823023520,
            "stop": 823024120
        },
        {
            "start": 823024350,
            "stop": 823024830
        },
        {
            "start": 823025000,
            "stop": 823025240
        },
        {
            "start": 823025446,
            "stop": 823025506
        },
        {
            "start": 823026879,
            "stop": 823027059
        },
        {
            "start": 823062705,
            "stop": 823062765
        },
        {
            "start": 823072279,
            "stop": 823072399
        },
        {
            "start": 823072577,
            "stop": 823072637
        },
        {
            "start": 823074081,
            "stop": 823074201
        },
        {
            "start": 823076247,
            "stop": 823076307
        },
        {
            "start": 823076867,
            "stop": 823076987
        },
        {
            "start": 823077394,
            "stop": 823077634
        },
        {
            "start": 823161224,
            "stop": 823161404
        },
        {
            "start": 823161662,
            "stop": 823161842
        },
        {
            "start": 823197002,
            "stop": 823197122
        }
    ]
}