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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=214",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 215,
    "results": [
        {
            "start": 1262053922,
            "stop": 1262055127
        },
        {
            "start": 1262055128,
            "stop": 1262055206
        },
        {
            "start": 1262055211,
            "stop": 1262055461
        },
        {
            "start": 1262055462,
            "stop": 1262055709
        },
        {
            "start": 1262055710,
            "stop": 1262056002
        },
        {
            "start": 1262056003,
            "stop": 1262056248
        },
        {
            "start": 1262056249,
            "stop": 1262057690
        },
        {
            "start": 1262057692,
            "stop": 1262061991
        },
        {
            "start": 1262061993,
            "stop": 1262062816
        },
        {
            "start": 1262062820,
            "stop": 1262068497
        },
        {
            "start": 1262068502,
            "stop": 1262072947
        },
        {
            "start": 1262072950,
            "stop": 1262073927
        },
        {
            "start": 1262073931,
            "stop": 1262077804
        },
        {
            "start": 1262077807,
            "stop": 1262084785
        },
        {
            "start": 1262084787,
            "stop": 1262086681
        },
        {
            "start": 1262086684,
            "stop": 1262089235
        },
        {
            "start": 1262089240,
            "stop": 1262089986
        },
        {
            "start": 1262089987,
            "stop": 1262090467
        },
        {
            "start": 1262090471,
            "stop": 1262091350
        },
        {
            "start": 1262091353,
            "stop": 1262093417
        }
    ]
}