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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3027",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3028,
    "results": [
        {
            "start": 863761447,
            "stop": 863761500
        },
        {
            "start": 863761620,
            "stop": 863761713
        },
        {
            "start": 863761716,
            "stop": 863761726
        },
        {
            "start": 863761730,
            "stop": 863761846
        },
        {
            "start": 863761851,
            "stop": 863761852
        },
        {
            "start": 863761855,
            "stop": 863761915
        },
        {
            "start": 863761921,
            "stop": 863761963
        },
        {
            "start": 863761967,
            "stop": 863761980
        },
        {
            "start": 863762100,
            "stop": 863770507
        },
        {
            "start": 863772906,
            "stop": 863774076
        },
        {
            "start": 863774079,
            "stop": 863774089
        },
        {
            "start": 863774092,
            "stop": 863774114
        },
        {
            "start": 863774119,
            "stop": 863777820
        },
        {
            "start": 863777880,
            "stop": 863785500
        },
        {
            "start": 863785560,
            "stop": 863788855
        },
        {
            "start": 863788920,
            "stop": 863791080
        },
        {
            "start": 863791140,
            "stop": 863791620
        },
        {
            "start": 863791680,
            "stop": 863798760
        },
        {
            "start": 863798820,
            "stop": 863799120
        },
        {
            "start": 863799180,
            "stop": 863803200
        }
    ]
}