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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 72,
    "results": [
        {
            "start": 931503300,
            "stop": 931503301
        },
        {
            "start": 931503306,
            "stop": 931503310
        },
        {
            "start": 931503315,
            "stop": 931503330
        },
        {
            "start": 931503337,
            "stop": 931503348
        },
        {
            "start": 931503351,
            "stop": 931503353
        },
        {
            "start": 931503356,
            "stop": 931503358
        },
        {
            "start": 931503361,
            "stop": 931503363
        },
        {
            "start": 931503365,
            "stop": 931503382
        },
        {
            "start": 931503384,
            "stop": 931503389
        },
        {
            "start": 931503392,
            "stop": 931503395
        },
        {
            "start": 931503398,
            "stop": 931503409
        },
        {
            "start": 931503412,
            "stop": 931503415
        },
        {
            "start": 931503419,
            "stop": 931503425
        },
        {
            "start": 931503431,
            "stop": 931503433
        },
        {
            "start": 931503436,
            "stop": 931503439
        },
        {
            "start": 931503449,
            "stop": 931503453
        },
        {
            "start": 931503462,
            "stop": 931503474
        },
        {
            "start": 931503484,
            "stop": 931503485
        },
        {
            "start": 931503488,
            "stop": 931503489
        },
        {
            "start": 931503498,
            "stop": 931503501
        }
    ]
}