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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=350",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 351,
    "results": [
        {
            "start": 953432114,
            "stop": 953445289
        },
        {
            "start": 953448481,
            "stop": 953461541
        },
        {
            "start": 953466380,
            "stop": 953491076
        },
        {
            "start": 953498682,
            "stop": 953505617
        },
        {
            "start": 953515181,
            "stop": 953545156
        },
        {
            "start": 953545161,
            "stop": 953551778
        },
        {
            "start": 953554666,
            "stop": 953573487
        },
        {
            "start": 953573493,
            "stop": 953576130
        },
        {
            "start": 953576136,
            "stop": 953576357
        },
        {
            "start": 953576363,
            "stop": 953576893
        },
        {
            "start": 953578036,
            "stop": 953581502
        },
        {
            "start": 953581507,
            "stop": 953581696
        },
        {
            "start": 953594006,
            "stop": 953596010
        },
        {
            "start": 953597321,
            "stop": 953598659
        },
        {
            "start": 953598666,
            "stop": 953602973
        },
        {
            "start": 953616439,
            "stop": 953626630
        },
        {
            "start": 953626636,
            "stop": 953626800
        },
        {
            "start": 953626805,
            "stop": 953626852
        },
        {
            "start": 953628882,
            "stop": 953631041
        },
        {
            "start": 953631047,
            "stop": 953631267
        }
    ]
}