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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 138,
    "results": [
        {
            "start": 1372901000,
            "stop": 1372901536
        },
        {
            "start": 1372901538,
            "stop": 1372902168
        },
        {
            "start": 1372902173,
            "stop": 1372904415
        },
        {
            "start": 1372904417,
            "stop": 1372906010
        },
        {
            "start": 1372906012,
            "stop": 1372906576
        },
        {
            "start": 1372906578,
            "stop": 1372908257
        },
        {
            "start": 1372908259,
            "stop": 1372908925
        },
        {
            "start": 1372908927,
            "stop": 1372910684
        },
        {
            "start": 1372910686,
            "stop": 1372911484
        },
        {
            "start": 1372911486,
            "stop": 1372912968
        },
        {
            "start": 1372912969,
            "stop": 1372913635
        },
        {
            "start": 1372913637,
            "stop": 1372914889
        },
        {
            "start": 1372914891,
            "stop": 1372915335
        },
        {
            "start": 1372915338,
            "stop": 1372915572
        },
        {
            "start": 1372915574,
            "stop": 1372917026
        },
        {
            "start": 1372917028,
            "stop": 1372917583
        },
        {
            "start": 1372917585,
            "stop": 1372918865
        },
        {
            "start": 1372918867,
            "stop": 1372919609
        },
        {
            "start": 1372919610,
            "stop": 1372920106
        },
        {
            "start": 1372920110,
            "stop": 1372921022
        }
    ]
}