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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=267",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 268,
    "results": [
        {
            "start": 851973873,
            "stop": 851973874
        },
        {
            "start": 851974213,
            "stop": 851989853
        },
        {
            "start": 851990294,
            "stop": 851993280
        },
        {
            "start": 851993438,
            "stop": 851993953
        },
        {
            "start": 851993970,
            "stop": 851993971
        },
        {
            "start": 851994069,
            "stop": 851995023
        },
        {
            "start": 851995122,
            "stop": 852004685
        },
        {
            "start": 852006106,
            "stop": 852017713
        },
        {
            "start": 852017744,
            "stop": 852017746
        },
        {
            "start": 852018912,
            "stop": 852025687
        },
        {
            "start": 852028084,
            "stop": 852031273
        },
        {
            "start": 852031291,
            "stop": 852031292
        },
        {
            "start": 852031744,
            "stop": 852048432
        },
        {
            "start": 852049430,
            "stop": 852049837
        },
        {
            "start": 852049924,
            "stop": 852050382
        },
        {
            "start": 852060956,
            "stop": 852061378
        },
        {
            "start": 852063790,
            "stop": 852065519
        },
        {
            "start": 852067139,
            "stop": 852070633
        },
        {
            "start": 852070660,
            "stop": 852070661
        },
        {
            "start": 852070954,
            "stop": 852076264
        }
    ]
}