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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6897",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6898,
    "results": [
        {
            "start": 873464219,
            "stop": 873464220
        },
        {
            "start": 873464340,
            "stop": 873464368
        },
        {
            "start": 873464372,
            "stop": 873464468
        },
        {
            "start": 873464471,
            "stop": 873464767
        },
        {
            "start": 873464771,
            "stop": 873464794
        },
        {
            "start": 873464797,
            "stop": 873464820
        },
        {
            "start": 873464880,
            "stop": 873464902
        },
        {
            "start": 873464910,
            "stop": 873464912
        },
        {
            "start": 873464917,
            "stop": 873464920
        },
        {
            "start": 873464924,
            "stop": 873464937
        },
        {
            "start": 873464941,
            "stop": 873464960
        },
        {
            "start": 873464964,
            "stop": 873464999
        },
        {
            "start": 873465004,
            "stop": 873465005
        },
        {
            "start": 873465009,
            "stop": 873465025
        },
        {
            "start": 873465029,
            "stop": 873465060
        },
        {
            "start": 873466863,
            "stop": 873466864
        },
        {
            "start": 873466865,
            "stop": 873466868
        },
        {
            "start": 873466871,
            "stop": 873466875
        },
        {
            "start": 873466876,
            "stop": 873466885
        },
        {
            "start": 873466886,
            "stop": 873466888
        }
    ]
}