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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=77",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 78,
    "results": [
        {
            "start": 931499782,
            "stop": 931499784
        },
        {
            "start": 931499785,
            "stop": 931499787
        },
        {
            "start": 931499789,
            "stop": 931499792
        },
        {
            "start": 931499806,
            "stop": 931499807
        },
        {
            "start": 931499810,
            "stop": 931499813
        },
        {
            "start": 931499816,
            "stop": 931499817
        },
        {
            "start": 931499822,
            "stop": 931499829
        },
        {
            "start": 931499831,
            "stop": 931499833
        },
        {
            "start": 931499837,
            "stop": 931499847
        },
        {
            "start": 931499850,
            "stop": 931499866
        },
        {
            "start": 931499867,
            "stop": 931499944
        },
        {
            "start": 931499949,
            "stop": 931499951
        },
        {
            "start": 931499953,
            "stop": 931499956
        },
        {
            "start": 931499962,
            "stop": 931499991
        },
        {
            "start": 931499993,
            "stop": 931500002
        },
        {
            "start": 931500004,
            "stop": 931500015
        },
        {
            "start": 931532775,
            "stop": 931532890
        },
        {
            "start": 931532908,
            "stop": 931532959
        },
        {
            "start": 931532977,
            "stop": 931533045
        },
        {
            "start": 931533063,
            "stop": 931533071
        }
    ]
}