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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2966",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2967,
    "results": [
        {
            "start": 860552294,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860563470
        },
        {
            "start": 860563560,
            "stop": 860575669
        },
        {
            "start": 860575672,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860579819
        },
        {
            "start": 860579822,
            "stop": 860585130
        },
        {
            "start": 860585435,
            "stop": 860591648
        },
        {
            "start": 860591902,
            "stop": 860594064
        },
        {
            "start": 860594375,
            "stop": 860602970
        },
        {
            "start": 860602975,
            "stop": 860604969
        },
        {
            "start": 860604972,
            "stop": 860607780
        },
        {
            "start": 860607840,
            "stop": 860609422
        },
        {
            "start": 860609428,
            "stop": 860611188
        },
        {
            "start": 860611191,
            "stop": 860615603
        },
        {
            "start": 860616843,
            "stop": 860624010
        },
        {
            "start": 860624441,
            "stop": 860643101
        },
        {
            "start": 860643104,
            "stop": 860646152
        },
        {
            "start": 860646158,
            "stop": 860646159
        },
        {
            "start": 860646162,
            "stop": 860646165
        },
        {
            "start": 860646170,
            "stop": 860646179
        }
    ]
}