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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=288",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 289,
    "results": [
        {
            "start": 847617400,
            "stop": 847617406
        },
        {
            "start": 847617409,
            "stop": 847617520
        },
        {
            "start": 847617521,
            "stop": 847617546
        },
        {
            "start": 847617547,
            "stop": 847617583
        },
        {
            "start": 847617584,
            "stop": 847617631
        },
        {
            "start": 847617632,
            "stop": 847617664
        },
        {
            "start": 847617665,
            "stop": 847617706
        },
        {
            "start": 847617707,
            "stop": 847617717
        },
        {
            "start": 847617718,
            "stop": 847617738
        },
        {
            "start": 847617740,
            "stop": 847617759
        },
        {
            "start": 847617760,
            "stop": 847617791
        },
        {
            "start": 847617792,
            "stop": 847617850
        },
        {
            "start": 847617852,
            "stop": 847617877
        },
        {
            "start": 847617878,
            "stop": 847617887
        },
        {
            "start": 847617888,
            "stop": 847617930
        },
        {
            "start": 847617931,
            "stop": 847618015
        },
        {
            "start": 847618016,
            "stop": 847618037
        },
        {
            "start": 847618038,
            "stop": 847618057
        },
        {
            "start": 847618059,
            "stop": 847618260
        },
        {
            "start": 847618261,
            "stop": 847618430
        }
    ]
}