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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=364",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 365,
    "results": [
        {
            "start": 1260889438,
            "stop": 1260889444
        },
        {
            "start": 1260889447,
            "stop": 1260889487
        },
        {
            "start": 1260891458,
            "stop": 1260891538
        },
        {
            "start": 1260892408,
            "stop": 1260892471
        },
        {
            "start": 1260892474,
            "stop": 1260892536
        },
        {
            "start": 1260892875,
            "stop": 1260892894
        },
        {
            "start": 1260892897,
            "stop": 1260893076
        },
        {
            "start": 1260893079,
            "stop": 1260893334
        },
        {
            "start": 1260893337,
            "stop": 1260893373
        },
        {
            "start": 1260893376,
            "stop": 1260893472
        },
        {
            "start": 1260893475,
            "stop": 1260894021
        },
        {
            "start": 1260894024,
            "stop": 1260894247
        },
        {
            "start": 1260894250,
            "stop": 1260894361
        },
        {
            "start": 1260894364,
            "stop": 1260894389
        },
        {
            "start": 1260894392,
            "stop": 1260894393
        },
        {
            "start": 1260894396,
            "stop": 1260894398
        },
        {
            "start": 1260894401,
            "stop": 1260894405
        },
        {
            "start": 1260894408,
            "stop": 1260894597
        },
        {
            "start": 1260894600,
            "stop": 1260894822
        },
        {
            "start": 1260894825,
            "stop": 1260895236
        }
    ]
}