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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46692",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46693,
    "results": [
        {
            "start": 875048382,
            "stop": 875048387
        },
        {
            "start": 875048388,
            "stop": 875048396
        },
        {
            "start": 875048397,
            "stop": 875048414
        },
        {
            "start": 875048416,
            "stop": 875048426
        },
        {
            "start": 875048429,
            "stop": 875048439
        },
        {
            "start": 875048441,
            "stop": 875048447
        },
        {
            "start": 875048449,
            "stop": 875048460
        },
        {
            "start": 875048462,
            "stop": 875048465
        },
        {
            "start": 875048466,
            "stop": 875048469
        },
        {
            "start": 875048471,
            "stop": 875048491
        },
        {
            "start": 875048493,
            "stop": 875048498
        },
        {
            "start": 875048501,
            "stop": 875048507
        },
        {
            "start": 875048508,
            "stop": 875048512
        },
        {
            "start": 875048514,
            "stop": 875048518
        },
        {
            "start": 875048519,
            "stop": 875048524
        },
        {
            "start": 875048525,
            "stop": 875048540
        },
        {
            "start": 875048541,
            "stop": 875048550
        },
        {
            "start": 875048551,
            "stop": 875048554
        },
        {
            "start": 875048556,
            "stop": 875048583
        },
        {
            "start": 875048586,
            "stop": 875048612
        }
    ]
}