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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=348",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 349,
    "results": [
        {
            "start": 846875708,
            "stop": 846878319
        },
        {
            "start": 846878321,
            "stop": 846878323
        },
        {
            "start": 846878402,
            "stop": 846881063
        },
        {
            "start": 846881065,
            "stop": 846889109
        },
        {
            "start": 846889111,
            "stop": 846890004
        },
        {
            "start": 846890394,
            "stop": 846907908
        },
        {
            "start": 846907909,
            "stop": 846909226
        },
        {
            "start": 846941996,
            "stop": 846945581
        },
        {
            "start": 846974385,
            "stop": 846974694
        },
        {
            "start": 846974696,
            "stop": 846975132
        },
        {
            "start": 846975134,
            "stop": 846976465
        },
        {
            "start": 846976526,
            "stop": 846978440
        },
        {
            "start": 846978511,
            "stop": 846979164
        },
        {
            "start": 846979166,
            "stop": 846980460
        },
        {
            "start": 846980462,
            "stop": 846994605
        },
        {
            "start": 846994607,
            "stop": 847009469
        },
        {
            "start": 847012102,
            "stop": 847017353
        },
        {
            "start": 847017355,
            "stop": 847020657
        },
        {
            "start": 847020659,
            "stop": 847023393
        },
        {
            "start": 847023395,
            "stop": 847026984
        }
    ]
}