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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29389",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29387",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29388,
    "results": [
        {
            "start": 971401788,
            "stop": 971401811
        },
        {
            "start": 971401812,
            "stop": 971401813
        },
        {
            "start": 971401814,
            "stop": 971401819
        },
        {
            "start": 971401820,
            "stop": 971401829
        },
        {
            "start": 971401831,
            "stop": 971401848
        },
        {
            "start": 971401849,
            "stop": 971401877
        },
        {
            "start": 971401878,
            "stop": 971401890
        },
        {
            "start": 971401891,
            "stop": 971401926
        },
        {
            "start": 971401927,
            "stop": 971401954
        },
        {
            "start": 971401956,
            "stop": 971401970
        },
        {
            "start": 971401971,
            "stop": 971401979
        },
        {
            "start": 971401981,
            "stop": 971402007
        },
        {
            "start": 971402009,
            "stop": 971402017
        },
        {
            "start": 971402018,
            "stop": 971402021
        },
        {
            "start": 971402023,
            "stop": 971402025
        },
        {
            "start": 971402026,
            "stop": 971402057
        },
        {
            "start": 971402059,
            "stop": 971402075
        },
        {
            "start": 971402077,
            "stop": 971402084
        },
        {
            "start": 971402085,
            "stop": 971402087
        },
        {
            "start": 971402088,
            "stop": 971402089
        }
    ]
}