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_CAT4/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_CAT4/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=212",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 213,
    "results": [
        {
            "start": 933740372,
            "stop": 933741661
        },
        {
            "start": 933741666,
            "stop": 933742815
        },
        {
            "start": 933743055,
            "stop": 933745645
        },
        {
            "start": 933745765,
            "stop": 933745819
        },
        {
            "start": 933745822,
            "stop": 933745829
        },
        {
            "start": 933745889,
            "stop": 933746079
        },
        {
            "start": 933746082,
            "stop": 933746151
        },
        {
            "start": 933746156,
            "stop": 933746415
        },
        {
            "start": 933746655,
            "stop": 933746808
        },
        {
            "start": 933746928,
            "stop": 933747809
        },
        {
            "start": 933747869,
            "stop": 933748975
        },
        {
            "start": 933748980,
            "stop": 933749489
        },
        {
            "start": 933749669,
            "stop": 933750015
        },
        {
            "start": 933750255,
            "stop": 933751817
        },
        {
            "start": 933751836,
            "stop": 933753176
        },
        {
            "start": 933755040,
            "stop": 933756881
        },
        {
            "start": 933756886,
            "stop": 933757215
        },
        {
            "start": 933757455,
            "stop": 933757836
        },
        {
            "start": 933757956,
            "stop": 933758333
        },
        {
            "start": 933763551,
            "stop": 933764309
        }
    ]
}