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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=68",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 69,
    "results": [
        {
            "start": 1404734085,
            "stop": 1404734647
        },
        {
            "start": 1404734651,
            "stop": 1404744424
        },
        {
            "start": 1404744429,
            "stop": 1404746157
        },
        {
            "start": 1404759264,
            "stop": 1404759390
        },
        {
            "start": 1404759396,
            "stop": 1404759610
        },
        {
            "start": 1404761063,
            "stop": 1404761167
        },
        {
            "start": 1404761173,
            "stop": 1404761186
        },
        {
            "start": 1404763648,
            "stop": 1404765037
        },
        {
            "start": 1404776175,
            "stop": 1404779600
        },
        {
            "start": 1404783648,
            "stop": 1404786569
        },
        {
            "start": 1404786572,
            "stop": 1404789808
        },
        {
            "start": 1404789811,
            "stop": 1404792707
        },
        {
            "start": 1404792712,
            "stop": 1404795371
        },
        {
            "start": 1404795375,
            "stop": 1404795648
        },
        {
            "start": 1404795651,
            "stop": 1404801802
        },
        {
            "start": 1404804505,
            "stop": 1404812811
        },
        {
            "start": 1404819196,
            "stop": 1404831611
        },
        {
            "start": 1404835615,
            "stop": 1404836717
        },
        {
            "start": 1404837163,
            "stop": 1404837229
        },
        {
            "start": 1404837302,
            "stop": 1404840463
        }
    ]
}