Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=120",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 121,
    "results": [
        {
            "start": 857995858,
            "stop": 858024630
        },
        {
            "start": 858025675,
            "stop": 858031510
        },
        {
            "start": 858033290,
            "stop": 858037204
        },
        {
            "start": 858037917,
            "stop": 858107583
        },
        {
            "start": 858108993,
            "stop": 858115534
        },
        {
            "start": 858124846,
            "stop": 858132593
        },
        {
            "start": 858133133,
            "stop": 858165032
        },
        {
            "start": 858165899,
            "stop": 858185009
        },
        {
            "start": 858186452,
            "stop": 858207180
        },
        {
            "start": 858208069,
            "stop": 858217013
        },
        {
            "start": 858218403,
            "stop": 858219650
        },
        {
            "start": 858221022,
            "stop": 858268983
        },
        {
            "start": 858271183,
            "stop": 858291803
        },
        {
            "start": 858293294,
            "stop": 858376378
        },
        {
            "start": 858377319,
            "stop": 858377807
        },
        {
            "start": 858379360,
            "stop": 858390361
        },
        {
            "start": 858391097,
            "stop": 858438016
        },
        {
            "start": 858457346,
            "stop": 858461927
        },
        {
            "start": 858464035,
            "stop": 858465404
        },
        {
            "start": 858466900,
            "stop": 858467832
        }
    ]
}