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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=207",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 208,
    "results": [
        {
            "start": 827038172,
            "stop": 827038412
        },
        {
            "start": 827038563,
            "stop": 827038743
        },
        {
            "start": 827039301,
            "stop": 827039421
        },
        {
            "start": 827039559,
            "stop": 827039619
        },
        {
            "start": 827039930,
            "stop": 827040230
        },
        {
            "start": 827040409,
            "stop": 827040529
        },
        {
            "start": 827040983,
            "stop": 827041283
        },
        {
            "start": 827048199,
            "stop": 827048439
        },
        {
            "start": 827048622,
            "stop": 827048682
        },
        {
            "start": 827049043,
            "stop": 827049103
        },
        {
            "start": 827049518,
            "stop": 827049578
        },
        {
            "start": 827049917,
            "stop": 827049977
        },
        {
            "start": 827050358,
            "stop": 827050718
        },
        {
            "start": 827051008,
            "stop": 827051248
        },
        {
            "start": 827051740,
            "stop": 827051860
        },
        {
            "start": 827052441,
            "stop": 827052561
        },
        {
            "start": 827052761,
            "stop": 827052821
        },
        {
            "start": 827052964,
            "stop": 827053084
        },
        {
            "start": 827053323,
            "stop": 827053923
        },
        {
            "start": 827054070,
            "stop": 827054130
        }
    ]
}