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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14093",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14091",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14092,
    "results": [
        {
            "start": 971158427,
            "stop": 971158432
        },
        {
            "start": 971158434,
            "stop": 971158435
        },
        {
            "start": 971158439,
            "stop": 971158442
        },
        {
            "start": 971158444,
            "stop": 971158445
        },
        {
            "start": 971158446,
            "stop": 971158447
        },
        {
            "start": 971158449,
            "stop": 971158454
        },
        {
            "start": 971158459,
            "stop": 971158465
        },
        {
            "start": 971158467,
            "stop": 971158468
        },
        {
            "start": 971158469,
            "stop": 971158476
        },
        {
            "start": 971158478,
            "stop": 971158480
        },
        {
            "start": 971158481,
            "stop": 971158482
        },
        {
            "start": 971158484,
            "stop": 971158485
        },
        {
            "start": 971158486,
            "stop": 971158490
        },
        {
            "start": 971158492,
            "stop": 971158493
        },
        {
            "start": 971158494,
            "stop": 971158495
        },
        {
            "start": 971158496,
            "stop": 971158500
        },
        {
            "start": 971158501,
            "stop": 971158508
        },
        {
            "start": 971158510,
            "stop": 971158512
        },
        {
            "start": 971158516,
            "stop": 971158517
        },
        {
            "start": 971158518,
            "stop": 971158521
        }
    ]
}