Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=212",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 213,
    "results": [
        {
            "start": 933779055,
            "stop": 933781147
        },
        {
            "start": 933781152,
            "stop": 933782415
        },
        {
            "start": 933782655,
            "stop": 933786015
        },
        {
            "start": 933786255,
            "stop": 933789615
        },
        {
            "start": 933789855,
            "stop": 933789914
        },
        {
            "start": 933789917,
            "stop": 933791362
        },
        {
            "start": 933791367,
            "stop": 933791455
        },
        {
            "start": 933791474,
            "stop": 933793215
        },
        {
            "start": 933793455,
            "stop": 933796646
        },
        {
            "start": 933798794,
            "stop": 933799131
        },
        {
            "start": 933799150,
            "stop": 933800415
        },
        {
            "start": 933800655,
            "stop": 933804015
        },
        {
            "start": 933804255,
            "stop": 933807615
        },
        {
            "start": 933807855,
            "stop": 933810178
        },
        {
            "start": 933810182,
            "stop": 933810495
        },
        {
            "start": 933816782,
            "stop": 933818361
        },
        {
            "start": 933818366,
            "stop": 933818415
        },
        {
            "start": 933818655,
            "stop": 933819937
        },
        {
            "start": 933819942,
            "stop": 933820191
        },
        {
            "start": 933822603,
            "stop": 933823170
        }
    ]
}