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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=243",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 244,
    "results": [
        {
            "start": 844581812,
            "stop": 844591695
        },
        {
            "start": 844591995,
            "stop": 844592033
        },
        {
            "start": 844592143,
            "stop": 844605291
        },
        {
            "start": 844605292,
            "stop": 844606294
        },
        {
            "start": 844606594,
            "stop": 844606649
        },
        {
            "start": 844606759,
            "stop": 844607779
        },
        {
            "start": 844608784,
            "stop": 844609581
        },
        {
            "start": 844612612,
            "stop": 844615722
        },
        {
            "start": 844615796,
            "stop": 844617379
        },
        {
            "start": 844617679,
            "stop": 844617731
        },
        {
            "start": 844617734,
            "stop": 844617742
        },
        {
            "start": 844617745,
            "stop": 844618515
        },
        {
            "start": 844618518,
            "stop": 844618860
        },
        {
            "start": 844618864,
            "stop": 844619112
        },
        {
            "start": 844619412,
            "stop": 844619525
        },
        {
            "start": 844619529,
            "stop": 844619849
        },
        {
            "start": 844619959,
            "stop": 844620382
        },
        {
            "start": 844620385,
            "stop": 844620408
        },
        {
            "start": 844620417,
            "stop": 844620426
        },
        {
            "start": 844620429,
            "stop": 844620431
        }
    ]
}