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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14738",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14736",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14737,
    "results": [
        {
            "start": 971178528,
            "stop": 971178533
        },
        {
            "start": 971178534,
            "stop": 971178535
        },
        {
            "start": 971178537,
            "stop": 971178540
        },
        {
            "start": 971178541,
            "stop": 971178543
        },
        {
            "start": 971178544,
            "stop": 971178546
        },
        {
            "start": 971178548,
            "stop": 971178552
        },
        {
            "start": 971178558,
            "stop": 971178559
        },
        {
            "start": 971178560,
            "stop": 971178564
        },
        {
            "start": 971178566,
            "stop": 971178568
        },
        {
            "start": 971178569,
            "stop": 971178570
        },
        {
            "start": 971178571,
            "stop": 971178572
        },
        {
            "start": 971178574,
            "stop": 971178575
        },
        {
            "start": 971178577,
            "stop": 971178578
        },
        {
            "start": 971178582,
            "stop": 971178583
        },
        {
            "start": 971178585,
            "stop": 971178586
        },
        {
            "start": 971178592,
            "stop": 971178593
        },
        {
            "start": 971178594,
            "stop": 971178597
        },
        {
            "start": 971178598,
            "stop": 971178602
        },
        {
            "start": 971178606,
            "stop": 971178607
        },
        {
            "start": 971178608,
            "stop": 971178614
        }
    ]
}