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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=375",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 376,
    "results": [
        {
            "start": 847745400,
            "stop": 847745418
        },
        {
            "start": 847745419,
            "stop": 847745492
        },
        {
            "start": 847745494,
            "stop": 847745507
        },
        {
            "start": 847745617,
            "stop": 847745620
        },
        {
            "start": 847745621,
            "stop": 847745631
        },
        {
            "start": 847745632,
            "stop": 847745636
        },
        {
            "start": 847745637,
            "stop": 847745644
        },
        {
            "start": 847745645,
            "stop": 847745676
        },
        {
            "start": 847745680,
            "stop": 847745702
        },
        {
            "start": 847745705,
            "stop": 847745877
        },
        {
            "start": 847745879,
            "stop": 847745955
        },
        {
            "start": 847745956,
            "stop": 847745957
        },
        {
            "start": 847745959,
            "stop": 847745981
        },
        {
            "start": 847745982,
            "stop": 847746131
        },
        {
            "start": 847746133,
            "stop": 847746253
        },
        {
            "start": 847746254,
            "stop": 847746342
        },
        {
            "start": 847746344,
            "stop": 847746387
        },
        {
            "start": 847746389,
            "stop": 847746395
        },
        {
            "start": 847746396,
            "stop": 847746436
        },
        {
            "start": 847746438,
            "stop": 847746643
        }
    ]
}