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=844
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=845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=843",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 844,
    "results": [
        {
            "start": 861053627,
            "stop": 861053687
        },
        {
            "start": 861053815,
            "stop": 861054115
        },
        {
            "start": 861054259,
            "stop": 861055339
        },
        {
            "start": 861059438,
            "stop": 861059618
        },
        {
            "start": 861060215,
            "stop": 861060935
        },
        {
            "start": 861061846,
            "stop": 861063076
        },
        {
            "start": 861063226,
            "stop": 861064726
        },
        {
            "start": 861065707,
            "stop": 861067267
        },
        {
            "start": 861067417,
            "stop": 861067477
        },
        {
            "start": 861079241,
            "stop": 861080621
        },
        {
            "start": 861080911,
            "stop": 861088531
        },
        {
            "start": 861090023,
            "stop": 861099143
        },
        {
            "start": 861099293,
            "stop": 861101483
        },
        {
            "start": 861102372,
            "stop": 861109512
        },
        {
            "start": 861109884,
            "stop": 861111264
        },
        {
            "start": 861111469,
            "stop": 861111649
        },
        {
            "start": 861112388,
            "stop": 861112688
        },
        {
            "start": 861112833,
            "stop": 861115533
        },
        {
            "start": 861115848,
            "stop": 861115908
        },
        {
            "start": 861116128,
            "stop": 861116248
        }
    ]
}