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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=65",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 66,
    "results": [
        {
            "start": 816263711,
            "stop": 816263724
        },
        {
            "start": 816263731,
            "stop": 816263814
        },
        {
            "start": 816263821,
            "stop": 816264197
        },
        {
            "start": 816264204,
            "stop": 816264391
        },
        {
            "start": 816264399,
            "stop": 816264702
        },
        {
            "start": 816264709,
            "stop": 816265000
        },
        {
            "start": 816265007,
            "stop": 816265227
        },
        {
            "start": 816265234,
            "stop": 816265334
        },
        {
            "start": 816265341,
            "stop": 816265724
        },
        {
            "start": 816265728,
            "stop": 816265989
        },
        {
            "start": 816266002,
            "stop": 816266570
        },
        {
            "start": 816266578,
            "stop": 816266819
        },
        {
            "start": 816266826,
            "stop": 816266911
        },
        {
            "start": 816266918,
            "stop": 816267027
        },
        {
            "start": 816267034,
            "stop": 816267057
        },
        {
            "start": 816267064,
            "stop": 816267389
        },
        {
            "start": 816267398,
            "stop": 816267624
        },
        {
            "start": 816267631,
            "stop": 816267800
        },
        {
            "start": 816267807,
            "stop": 816267888
        },
        {
            "start": 816267895,
            "stop": 816268162
        }
    ]
}