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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=304",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 305,
    "results": [
        {
            "start": 931771338,
            "stop": 931771340
        },
        {
            "start": 931771343,
            "stop": 931771352
        },
        {
            "start": 931771355,
            "stop": 931771370
        },
        {
            "start": 931771372,
            "stop": 931771380
        },
        {
            "start": 931771383,
            "stop": 931771405
        },
        {
            "start": 931771408,
            "stop": 931771421
        },
        {
            "start": 931771424,
            "stop": 931771441
        },
        {
            "start": 931771445,
            "stop": 931771448
        },
        {
            "start": 931771451,
            "stop": 931771463
        },
        {
            "start": 931771466,
            "stop": 931771473
        },
        {
            "start": 931771476,
            "stop": 931771487
        },
        {
            "start": 931771490,
            "stop": 931771500
        },
        {
            "start": 931771503,
            "stop": 931771508
        },
        {
            "start": 931771511,
            "stop": 931771516
        },
        {
            "start": 931771519,
            "stop": 931771546
        },
        {
            "start": 931771555,
            "stop": 931771562
        },
        {
            "start": 931771565,
            "stop": 931771569
        },
        {
            "start": 931771575,
            "stop": 931771593
        },
        {
            "start": 931771602,
            "stop": 931771608
        },
        {
            "start": 931771611,
            "stop": 931771614
        }
    ]
}