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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=368",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 369,
    "results": [
        {
            "start": 932067407,
            "stop": 932067408
        },
        {
            "start": 932067410,
            "stop": 932067412
        },
        {
            "start": 932067428,
            "stop": 932067429
        },
        {
            "start": 932067433,
            "stop": 932067434
        },
        {
            "start": 932067438,
            "stop": 932067439
        },
        {
            "start": 932067459,
            "stop": 932067460
        },
        {
            "start": 932067461,
            "stop": 932067466
        },
        {
            "start": 932067472,
            "stop": 932067475
        },
        {
            "start": 932067507,
            "stop": 932067511
        },
        {
            "start": 932067529,
            "stop": 932067537
        },
        {
            "start": 932067567,
            "stop": 932067570
        },
        {
            "start": 932067572,
            "stop": 932067573
        },
        {
            "start": 932067590,
            "stop": 932067591
        },
        {
            "start": 932067593,
            "stop": 932067597
        },
        {
            "start": 932067636,
            "stop": 932067637
        },
        {
            "start": 932067639,
            "stop": 932067641
        },
        {
            "start": 932067642,
            "stop": 932067647
        },
        {
            "start": 932067661,
            "stop": 932067664
        },
        {
            "start": 932067671,
            "stop": 932067684
        },
        {
            "start": 932067783,
            "stop": 932067786
        }
    ]
}