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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=665",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 666,
    "results": [
        {
            "start": 857997500,
            "stop": 858000610
        },
        {
            "start": 858000629,
            "stop": 858006078
        },
        {
            "start": 858006123,
            "stop": 858024151
        },
        {
            "start": 858025675,
            "stop": 858031510
        },
        {
            "start": 858033290,
            "stop": 858037204
        },
        {
            "start": 858037917,
            "stop": 858107550
        },
        {
            "start": 858108993,
            "stop": 858115534
        },
        {
            "start": 858124846,
            "stop": 858132510
        },
        {
            "start": 858132570,
            "stop": 858132585
        },
        {
            "start": 858133133,
            "stop": 858163410
        },
        {
            "start": 858163470,
            "stop": 858164970
        },
        {
            "start": 858165899,
            "stop": 858182877
        },
        {
            "start": 858182896,
            "stop": 858184612
        },
        {
            "start": 858186452,
            "stop": 858207172
        },
        {
            "start": 858208069,
            "stop": 858216930
        },
        {
            "start": 858216990,
            "stop": 858217005
        },
        {
            "start": 858218403,
            "stop": 858219642
        },
        {
            "start": 858221022,
            "stop": 858268975
        },
        {
            "start": 858271183,
            "stop": 858274067
        },
        {
            "start": 858274680,
            "stop": 858291750
        }
    ]
}