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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=314",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 315,
    "results": [
        {
            "start": 843409021,
            "stop": 843409837
        },
        {
            "start": 843412568,
            "stop": 843415473
        },
        {
            "start": 843419061,
            "stop": 843423228
        },
        {
            "start": 843423230,
            "stop": 843423547
        },
        {
            "start": 843425138,
            "stop": 843426718
        },
        {
            "start": 843428177,
            "stop": 843428468
        },
        {
            "start": 843428553,
            "stop": 843430092
        },
        {
            "start": 843430189,
            "stop": 843440522
        },
        {
            "start": 843440524,
            "stop": 843441342
        },
        {
            "start": 843441343,
            "stop": 843441765
        },
        {
            "start": 843441767,
            "stop": 843443979
        },
        {
            "start": 843452602,
            "stop": 843452605
        },
        {
            "start": 843452608,
            "stop": 843453881
        },
        {
            "start": 843453882,
            "stop": 843457184
        },
        {
            "start": 843458551,
            "stop": 843458552
        },
        {
            "start": 843458554,
            "stop": 843458557
        },
        {
            "start": 843458559,
            "stop": 843458561
        },
        {
            "start": 843458563,
            "stop": 843458580
        },
        {
            "start": 843458583,
            "stop": 843458602
        },
        {
            "start": 843458604,
            "stop": 843460514
        }
    ]
}