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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14092",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14090",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14091,
    "results": [
        {
            "start": 971158347,
            "stop": 971158349
        },
        {
            "start": 971158350,
            "stop": 971158351
        },
        {
            "start": 971158352,
            "stop": 971158353
        },
        {
            "start": 971158354,
            "stop": 971158355
        },
        {
            "start": 971158358,
            "stop": 971158359
        },
        {
            "start": 971158360,
            "stop": 971158361
        },
        {
            "start": 971158364,
            "stop": 971158365
        },
        {
            "start": 971158367,
            "stop": 971158369
        },
        {
            "start": 971158370,
            "stop": 971158371
        },
        {
            "start": 971158375,
            "stop": 971158377
        },
        {
            "start": 971158378,
            "stop": 971158380
        },
        {
            "start": 971158383,
            "stop": 971158386
        },
        {
            "start": 971158389,
            "stop": 971158391
        },
        {
            "start": 971158392,
            "stop": 971158396
        },
        {
            "start": 971158398,
            "stop": 971158399
        },
        {
            "start": 971158401,
            "stop": 971158402
        },
        {
            "start": 971158405,
            "stop": 971158409
        },
        {
            "start": 971158413,
            "stop": 971158414
        },
        {
            "start": 971158416,
            "stop": 971158417
        },
        {
            "start": 971158418,
            "stop": 971158420
        }
    ]
}