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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=324",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 325,
    "results": [
        {
            "start": 833852888,
            "stop": 833867348
        },
        {
            "start": 833867524,
            "stop": 833868544
        },
        {
            "start": 833868714,
            "stop": 833868774
        },
        {
            "start": 833871164,
            "stop": 833871344
        },
        {
            "start": 833872647,
            "stop": 833874387
        },
        {
            "start": 833874609,
            "stop": 833875389
        },
        {
            "start": 833875621,
            "stop": 833878741
        },
        {
            "start": 833878891,
            "stop": 833883031
        },
        {
            "start": 833883061,
            "stop": 833885461
        },
        {
            "start": 833887137,
            "stop": 833889057
        },
        {
            "start": 833889419,
            "stop": 833890229
        },
        {
            "start": 833890259,
            "stop": 833890679
        },
        {
            "start": 833891924,
            "stop": 833893124
        },
        {
            "start": 833893307,
            "stop": 833895407
        },
        {
            "start": 833904136,
            "stop": 833904196
        },
        {
            "start": 833904556,
            "stop": 833904796
        },
        {
            "start": 833906575,
            "stop": 833906695
        },
        {
            "start": 833907591,
            "stop": 833907651
        },
        {
            "start": 833908018,
            "stop": 833908378
        },
        {
            "start": 833908535,
            "stop": 833908715
        }
    ]
}