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_CAT2/segments?format=api&page=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=205",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 206,
    "results": [
        {
            "start": 933967906,
            "stop": 933967920
        },
        {
            "start": 933967922,
            "stop": 933967946
        },
        {
            "start": 933967948,
            "stop": 933967951
        },
        {
            "start": 933967954,
            "stop": 933967969
        },
        {
            "start": 933967973,
            "stop": 933970391
        },
        {
            "start": 933984631,
            "stop": 933985894
        },
        {
            "start": 933985897,
            "stop": 933985904
        },
        {
            "start": 933985906,
            "stop": 933985921
        },
        {
            "start": 933985923,
            "stop": 933985928
        },
        {
            "start": 933985930,
            "stop": 933985947
        },
        {
            "start": 933985949,
            "stop": 933985954
        },
        {
            "start": 933985956,
            "stop": 933985970
        },
        {
            "start": 933985974,
            "stop": 933988539
        },
        {
            "start": 933988546,
            "stop": 933988606
        },
        {
            "start": 933990657,
            "stop": 933993103
        },
        {
            "start": 933993106,
            "stop": 933993121
        },
        {
            "start": 933993123,
            "stop": 933993128
        },
        {
            "start": 933993130,
            "stop": 933993152
        },
        {
            "start": 933993155,
            "stop": 933993169
        },
        {
            "start": 933993174,
            "stop": 933996648
        }
    ]
}