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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=269",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 270,
    "results": [
        {
            "start": 931682366,
            "stop": 931682371
        },
        {
            "start": 931682373,
            "stop": 931682374
        },
        {
            "start": 931682384,
            "stop": 931682387
        },
        {
            "start": 931682390,
            "stop": 931682411
        },
        {
            "start": 931682416,
            "stop": 931682417
        },
        {
            "start": 931682420,
            "stop": 931682423
        },
        {
            "start": 931682426,
            "stop": 931682431
        },
        {
            "start": 931682434,
            "stop": 931682435
        },
        {
            "start": 931682438,
            "stop": 931682441
        },
        {
            "start": 931682444,
            "stop": 931682445
        },
        {
            "start": 931682449,
            "stop": 931682452
        },
        {
            "start": 931682457,
            "stop": 931682465
        },
        {
            "start": 931682469,
            "stop": 931682470
        },
        {
            "start": 931682475,
            "stop": 931682481
        },
        {
            "start": 931682484,
            "stop": 931682486
        },
        {
            "start": 931682490,
            "stop": 931682496
        },
        {
            "start": 931682504,
            "stop": 931682511
        },
        {
            "start": 931682516,
            "stop": 931682519
        },
        {
            "start": 931682525,
            "stop": 931682529
        },
        {
            "start": 931682537,
            "stop": 931682543
        }
    ]
}