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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=29",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 30,
    "results": [
        {
            "start": 931189464,
            "stop": 931189473
        },
        {
            "start": 931189479,
            "stop": 931189512
        },
        {
            "start": 931189524,
            "stop": 931189601
        },
        {
            "start": 931189608,
            "stop": 931189611
        },
        {
            "start": 931189616,
            "stop": 931189639
        },
        {
            "start": 931189645,
            "stop": 931189659
        },
        {
            "start": 931189666,
            "stop": 931189695
        },
        {
            "start": 931189705,
            "stop": 931189706
        },
        {
            "start": 931189723,
            "stop": 931189724
        },
        {
            "start": 931189741,
            "stop": 931189743
        },
        {
            "start": 931189749,
            "stop": 931189777
        },
        {
            "start": 931189788,
            "stop": 931189789
        },
        {
            "start": 931189806,
            "stop": 931189811
        },
        {
            "start": 931189822,
            "stop": 931189829
        },
        {
            "start": 931189834,
            "stop": 931189837
        },
        {
            "start": 931189934,
            "stop": 931189937
        },
        {
            "start": 931189942,
            "stop": 931189954
        },
        {
            "start": 931189960,
            "stop": 931189969
        },
        {
            "start": 931189976,
            "stop": 931189991
        },
        {
            "start": 931189996,
            "stop": 931190016
        }
    ]
}