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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2339",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2340,
    "results": [
        {
            "start": 874481271,
            "stop": 874481289
        },
        {
            "start": 874481326,
            "stop": 874481433
        },
        {
            "start": 874481452,
            "stop": 874482356
        },
        {
            "start": 874482375,
            "stop": 874482441
        },
        {
            "start": 874482460,
            "stop": 874483356
        },
        {
            "start": 874483375,
            "stop": 874488220
        },
        {
            "start": 874489490,
            "stop": 874494226
        },
        {
            "start": 874494245,
            "stop": 874497802
        },
        {
            "start": 874497823,
            "stop": 874502134
        },
        {
            "start": 874502153,
            "stop": 874502902
        },
        {
            "start": 874502928,
            "stop": 874505078
        },
        {
            "start": 874505097,
            "stop": 874505487
        },
        {
            "start": 874505506,
            "stop": 874505700
        },
        {
            "start": 874505760,
            "stop": 874508802
        },
        {
            "start": 874508819,
            "stop": 874509353
        },
        {
            "start": 874509372,
            "stop": 874516500
        },
        {
            "start": 874518716,
            "stop": 874518720
        },
        {
            "start": 874518745,
            "stop": 874518750
        },
        {
            "start": 874518768,
            "stop": 874518835
        },
        {
            "start": 874518860,
            "stop": 874518955
        }
    ]
}