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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=447",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 448,
    "results": [
        {
            "start": 945480668,
            "stop": 945483442
        },
        {
            "start": 945483445,
            "stop": 945483456
        },
        {
            "start": 945483458,
            "stop": 945483470
        },
        {
            "start": 945483472,
            "stop": 945483488
        },
        {
            "start": 945483490,
            "stop": 945483514
        },
        {
            "start": 945483518,
            "stop": 945483540
        },
        {
            "start": 945483543,
            "stop": 945483554
        },
        {
            "start": 945483556,
            "stop": 945483559
        },
        {
            "start": 945483561,
            "stop": 945483585
        },
        {
            "start": 945483587,
            "stop": 945483609
        },
        {
            "start": 945483610,
            "stop": 945483631
        },
        {
            "start": 945483635,
            "stop": 945483724
        },
        {
            "start": 945483726,
            "stop": 945483731
        },
        {
            "start": 945483736,
            "stop": 945483744
        },
        {
            "start": 945483750,
            "stop": 945483753
        },
        {
            "start": 945489587,
            "stop": 945490743
        },
        {
            "start": 945490745,
            "stop": 945490863
        },
        {
            "start": 945490867,
            "stop": 945490870
        },
        {
            "start": 945490872,
            "stop": 945490893
        },
        {
            "start": 945490896,
            "stop": 945490914
        }
    ]
}