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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=87",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 88,
    "results": [
        {
            "start": 931539388,
            "stop": 931539398
        },
        {
            "start": 931539416,
            "stop": 931539428
        },
        {
            "start": 931539484,
            "stop": 931539490
        },
        {
            "start": 931539525,
            "stop": 931539527
        },
        {
            "start": 931539586,
            "stop": 931539594
        },
        {
            "start": 931539988,
            "stop": 931540013
        },
        {
            "start": 931540030,
            "stop": 931540067
        },
        {
            "start": 931540110,
            "stop": 931540134
        },
        {
            "start": 931540152,
            "stop": 931540157
        },
        {
            "start": 931540177,
            "stop": 931540182
        },
        {
            "start": 931540250,
            "stop": 931540259
        },
        {
            "start": 931540354,
            "stop": 931540355
        },
        {
            "start": 931572684,
            "stop": 931572685
        },
        {
            "start": 931572695,
            "stop": 931572698
        },
        {
            "start": 931572701,
            "stop": 931572703
        },
        {
            "start": 931572714,
            "stop": 931572718
        },
        {
            "start": 931572719,
            "stop": 931572722
        },
        {
            "start": 931572725,
            "stop": 931572726
        },
        {
            "start": 931572730,
            "stop": 931572742
        },
        {
            "start": 931572752,
            "stop": 931572757
        }
    ]
}