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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=6",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 7,
    "results": [
        {
            "start": 816266385,
            "stop": 816271598
        },
        {
            "start": 816271606,
            "stop": 816271607
        },
        {
            "start": 816271615,
            "stop": 816271641
        },
        {
            "start": 816273495,
            "stop": 816277099
        },
        {
            "start": 816277994,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816285051
        },
        {
            "start": 816290344,
            "stop": 816291558
        },
        {
            "start": 816319884,
            "stop": 816326067
        },
        {
            "start": 816327625,
            "stop": 816343929
        },
        {
            "start": 816343942,
            "stop": 816353496
        },
        {
            "start": 816353504,
            "stop": 816353534
        },
        {
            "start": 816353542,
            "stop": 816353544
        },
        {
            "start": 816353552,
            "stop": 816353619
        },
        {
            "start": 816356313,
            "stop": 816360308
        },
        {
            "start": 816360987,
            "stop": 816363168
        },
        {
            "start": 816363175,
            "stop": 816363836
        },
        {
            "start": 816363844,
            "stop": 816363870
        },
        {
            "start": 816364506,
            "stop": 816369029
        },
        {
            "start": 816374569,
            "stop": 816377085
        },
        {
            "start": 816383502,
            "stop": 816383508
        }
    ]
}