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=973
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=974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=972",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 973,
    "results": [
        {
            "start": 869161063,
            "stop": 869164243
        },
        {
            "start": 869164412,
            "stop": 869165372
        },
        {
            "start": 869165651,
            "stop": 869166521
        },
        {
            "start": 869166671,
            "stop": 869168711
        },
        {
            "start": 869169256,
            "stop": 869171176
        },
        {
            "start": 869171338,
            "stop": 869177698
        },
        {
            "start": 869177728,
            "stop": 869177848
        },
        {
            "start": 869177878,
            "stop": 869179738
        },
        {
            "start": 869179888,
            "stop": 869179978
        },
        {
            "start": 869181243,
            "stop": 869181603
        },
        {
            "start": 869181753,
            "stop": 869183883
        },
        {
            "start": 869184033,
            "stop": 869186673
        },
        {
            "start": 869186823,
            "stop": 869189583
        },
        {
            "start": 869189777,
            "stop": 869193617
        },
        {
            "start": 869193768,
            "stop": 869206488
        },
        {
            "start": 869216494,
            "stop": 869219314
        },
        {
            "start": 869219464,
            "stop": 869226814
        },
        {
            "start": 869226986,
            "stop": 869227586
        },
        {
            "start": 869227787,
            "stop": 869230247
        },
        {
            "start": 869232628,
            "stop": 869232868
        }
    ]
}