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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1738",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1736",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1737,
    "results": [
        {
            "start": 1249342346,
            "stop": 1249342618
        },
        {
            "start": 1249342619,
            "stop": 1249342710
        },
        {
            "start": 1249342713,
            "stop": 1249343332
        },
        {
            "start": 1249343333,
            "stop": 1249343617
        },
        {
            "start": 1249343620,
            "stop": 1249344159
        },
        {
            "start": 1249344162,
            "stop": 1249346047
        },
        {
            "start": 1249346050,
            "stop": 1249346723
        },
        {
            "start": 1249346726,
            "stop": 1249346815
        },
        {
            "start": 1249346824,
            "stop": 1249347452
        },
        {
            "start": 1249347455,
            "stop": 1249347584
        },
        {
            "start": 1249347585,
            "stop": 1249347595
        },
        {
            "start": 1249347597,
            "stop": 1249347916
        },
        {
            "start": 1249347919,
            "stop": 1249347951
        },
        {
            "start": 1249347954,
            "stop": 1249348069
        },
        {
            "start": 1249348070,
            "stop": 1249348087
        },
        {
            "start": 1249348089,
            "stop": 1249348775
        },
        {
            "start": 1249348777,
            "stop": 1249349098
        },
        {
            "start": 1249349101,
            "stop": 1249349867
        },
        {
            "start": 1249349870,
            "stop": 1249350991
        },
        {
            "start": 1249350994,
            "stop": 1249351384
        }
    ]
}