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=789
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=790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=788",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 789,
    "results": [
        {
            "start": 857989488,
            "stop": 857995128
        },
        {
            "start": 857996399,
            "stop": 857999459
        },
        {
            "start": 857999609,
            "stop": 857999759
        },
        {
            "start": 858001879,
            "stop": 858003349
        },
        {
            "start": 858003379,
            "stop": 858007459
        },
        {
            "start": 858009375,
            "stop": 858009555
        },
        {
            "start": 858009721,
            "stop": 858017161
        },
        {
            "start": 858036251,
            "stop": 858036671
        },
        {
            "start": 858045166,
            "stop": 858054406
        },
        {
            "start": 858054700,
            "stop": 858066460
        },
        {
            "start": 858068242,
            "stop": 858070402
        },
        {
            "start": 858070561,
            "stop": 858079381
        },
        {
            "start": 858079574,
            "stop": 858085574
        },
        {
            "start": 858085724,
            "stop": 858086294
        },
        {
            "start": 858086668,
            "stop": 858091168
        },
        {
            "start": 858091381,
            "stop": 858092551
        },
        {
            "start": 858092701,
            "stop": 858093121
        },
        {
            "start": 858093395,
            "stop": 858094535
        },
        {
            "start": 858094699,
            "stop": 858095059
        },
        {
            "start": 858095307,
            "stop": 858095757
        }
    ]
}