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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=604",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=602",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 603,
    "results": [
        {
            "start": 1262929852,
            "stop": 1262929855
        },
        {
            "start": 1262929858,
            "stop": 1262929900
        },
        {
            "start": 1262929906,
            "stop": 1262929958
        },
        {
            "start": 1262929961,
            "stop": 1262930004
        },
        {
            "start": 1262930007,
            "stop": 1262930213
        },
        {
            "start": 1262930216,
            "stop": 1262930227
        },
        {
            "start": 1262930230,
            "stop": 1262930233
        },
        {
            "start": 1262930236,
            "stop": 1262930247
        },
        {
            "start": 1262930250,
            "stop": 1262930295
        },
        {
            "start": 1262930298,
            "stop": 1262930372
        },
        {
            "start": 1262930375,
            "stop": 1262930379
        },
        {
            "start": 1262930382,
            "stop": 1262930488
        },
        {
            "start": 1262930491,
            "stop": 1262930500
        },
        {
            "start": 1262930503,
            "stop": 1262930577
        },
        {
            "start": 1262930580,
            "stop": 1262930694
        },
        {
            "start": 1262930700,
            "stop": 1262930725
        },
        {
            "start": 1262930728,
            "stop": 1262930783
        },
        {
            "start": 1262930786,
            "stop": 1262930814
        },
        {
            "start": 1262930817,
            "stop": 1262930833
        },
        {
            "start": 1262930836,
            "stop": 1262930839
        }
    ]
}