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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=123",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 124,
    "results": [
        {
            "start": 963385329,
            "stop": 963403952
        },
        {
            "start": 963408931,
            "stop": 963422505
        },
        {
            "start": 963425450,
            "stop": 963459612
        },
        {
            "start": 963460263,
            "stop": 963468320
        },
        {
            "start": 963485876,
            "stop": 963489421
        },
        {
            "start": 963493355,
            "stop": 963493813
        },
        {
            "start": 963516338,
            "stop": 963519676
        },
        {
            "start": 963560668,
            "stop": 963565026
        },
        {
            "start": 963568030,
            "stop": 963573111
        },
        {
            "start": 963579544,
            "stop": 963581376
        },
        {
            "start": 963594663,
            "stop": 963595594
        },
        {
            "start": 963608140,
            "stop": 963609403
        },
        {
            "start": 963610516,
            "stop": 963616522
        },
        {
            "start": 963617625,
            "stop": 963619344
        },
        {
            "start": 963620656,
            "stop": 963629371
        },
        {
            "start": 963630008,
            "stop": 963654408
        },
        {
            "start": 963684258,
            "stop": 963684668
        },
        {
            "start": 963800396,
            "stop": 963800600
        },
        {
            "start": 963810232,
            "stop": 963813666
        },
        {
            "start": 963815362,
            "stop": 963817161
        }
    ]
}