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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3862",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3863,
    "results": [
        {
            "start": 873821137,
            "stop": 873821197
        },
        {
            "start": 873821200,
            "stop": 873821277
        },
        {
            "start": 873821281,
            "stop": 873821289
        },
        {
            "start": 873821295,
            "stop": 873821313
        },
        {
            "start": 873821319,
            "stop": 873821533
        },
        {
            "start": 873821536,
            "stop": 873821580
        },
        {
            "start": 873821640,
            "stop": 873821667
        },
        {
            "start": 873821670,
            "stop": 873821671
        },
        {
            "start": 873821674,
            "stop": 873821933
        },
        {
            "start": 873821936,
            "stop": 873821940
        },
        {
            "start": 873821943,
            "stop": 873821953
        },
        {
            "start": 873821960,
            "stop": 873821977
        },
        {
            "start": 873825361,
            "stop": 873825365
        },
        {
            "start": 873825366,
            "stop": 873825386
        },
        {
            "start": 873825389,
            "stop": 873825394
        },
        {
            "start": 873825395,
            "stop": 873825410
        },
        {
            "start": 873825411,
            "stop": 873825449
        },
        {
            "start": 873825450,
            "stop": 873825464
        },
        {
            "start": 873825465,
            "stop": 873825512
        },
        {
            "start": 873825513,
            "stop": 873826141
        }
    ]
}