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_H2L1/segments?format=api&page=320
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_H2L1/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=319",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 320,
    "results": [
        {
            "start": 833405895,
            "stop": 833405955
        },
        {
            "start": 833406463,
            "stop": 833406523
        },
        {
            "start": 833407078,
            "stop": 833407138
        },
        {
            "start": 833407305,
            "stop": 833408025
        },
        {
            "start": 833408511,
            "stop": 833408631
        },
        {
            "start": 833409139,
            "stop": 833409199
        },
        {
            "start": 833409368,
            "stop": 833409788
        },
        {
            "start": 833410226,
            "stop": 833410466
        },
        {
            "start": 833410956,
            "stop": 833411016
        },
        {
            "start": 833411174,
            "stop": 833412674
        },
        {
            "start": 833412950,
            "stop": 833413670
        },
        {
            "start": 833413861,
            "stop": 833414701
        },
        {
            "start": 833415902,
            "stop": 833419532
        },
        {
            "start": 833419682,
            "stop": 833425322
        },
        {
            "start": 833427172,
            "stop": 833429332
        },
        {
            "start": 833429531,
            "stop": 833436971
        },
        {
            "start": 833437259,
            "stop": 833440499
        },
        {
            "start": 833441457,
            "stop": 833446617
        },
        {
            "start": 833448685,
            "stop": 833449645
        },
        {
            "start": 833449795,
            "stop": 833451025
        }
    ]
}