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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 232,
    "results": [
        {
            "start": 1239955311,
            "stop": 1239955430
        },
        {
            "start": 1239955431,
            "stop": 1239955550
        },
        {
            "start": 1239955551,
            "stop": 1239955670
        },
        {
            "start": 1239955671,
            "stop": 1239955790
        },
        {
            "start": 1239955791,
            "stop": 1239955910
        },
        {
            "start": 1239955911,
            "stop": 1239955945
        },
        {
            "start": 1239955946,
            "stop": 1239956030
        },
        {
            "start": 1239956031,
            "stop": 1239956150
        },
        {
            "start": 1239956151,
            "stop": 1239956270
        },
        {
            "start": 1239956271,
            "stop": 1239956390
        },
        {
            "start": 1239956391,
            "stop": 1239956510
        },
        {
            "start": 1239956511,
            "stop": 1239956630
        },
        {
            "start": 1239956631,
            "stop": 1239956750
        },
        {
            "start": 1239956751,
            "stop": 1239956870
        },
        {
            "start": 1239956871,
            "stop": 1239956990
        },
        {
            "start": 1239956991,
            "stop": 1239957110
        },
        {
            "start": 1239957111,
            "stop": 1239957230
        },
        {
            "start": 1239957231,
            "stop": 1239957350
        },
        {
            "start": 1239957351,
            "stop": 1239957470
        },
        {
            "start": 1239957471,
            "stop": 1239957590
        }
    ]
}