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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9754",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9755,
    "results": [
        {
            "start": 873493731,
            "stop": 873496671
        },
        {
            "start": 873497752,
            "stop": 873497758
        },
        {
            "start": 873497759,
            "stop": 873497810
        },
        {
            "start": 873497811,
            "stop": 873501780
        },
        {
            "start": 873503015,
            "stop": 873506741
        },
        {
            "start": 873506744,
            "stop": 873510401
        },
        {
            "start": 873510404,
            "stop": 873510915
        },
        {
            "start": 873510918,
            "stop": 873513055
        },
        {
            "start": 873513059,
            "stop": 873515901
        },
        {
            "start": 873518243,
            "stop": 873518244
        },
        {
            "start": 873518249,
            "stop": 873518251
        },
        {
            "start": 873518275,
            "stop": 873518278
        },
        {
            "start": 873518281,
            "stop": 873518282
        },
        {
            "start": 873518285,
            "stop": 873518286
        },
        {
            "start": 873518287,
            "stop": 873518289
        },
        {
            "start": 873518290,
            "stop": 873518292
        },
        {
            "start": 873518293,
            "stop": 873518294
        },
        {
            "start": 873518301,
            "stop": 873518304
        },
        {
            "start": 873518306,
            "stop": 873518309
        },
        {
            "start": 873518312,
            "stop": 873518313
        }
    ]
}