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=419
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=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=418",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 419,
    "results": [
        {
            "start": 847798131,
            "stop": 847798140
        },
        {
            "start": 847798141,
            "stop": 847798177
        },
        {
            "start": 847798179,
            "stop": 847798222
        },
        {
            "start": 847798225,
            "stop": 847798266
        },
        {
            "start": 847798267,
            "stop": 847798271
        },
        {
            "start": 847798272,
            "stop": 847798321
        },
        {
            "start": 847798322,
            "stop": 847798324
        },
        {
            "start": 847798325,
            "stop": 847798353
        },
        {
            "start": 847798354,
            "stop": 847798358
        },
        {
            "start": 847798359,
            "stop": 847798395
        },
        {
            "start": 847798396,
            "stop": 847798431
        },
        {
            "start": 847798432,
            "stop": 847798449
        },
        {
            "start": 847798450,
            "stop": 847798452
        },
        {
            "start": 847798453,
            "stop": 847798474
        },
        {
            "start": 847798475,
            "stop": 847798494
        },
        {
            "start": 847798496,
            "stop": 847798517
        },
        {
            "start": 847798518,
            "stop": 847798520
        },
        {
            "start": 847798521,
            "stop": 847798538
        },
        {
            "start": 847798541,
            "stop": 847798559
        },
        {
            "start": 847798560,
            "stop": 847798561
        }
    ]
}