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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=311",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 312,
    "results": [
        {
            "start": 832988310,
            "stop": 832992510
        },
        {
            "start": 832992668,
            "stop": 832992788
        },
        {
            "start": 832993082,
            "stop": 832993862
        },
        {
            "start": 832994018,
            "stop": 832994198
        },
        {
            "start": 832994347,
            "stop": 832994527
        },
        {
            "start": 832996416,
            "stop": 832996536
        },
        {
            "start": 833003069,
            "stop": 833006609
        },
        {
            "start": 833011505,
            "stop": 833013635
        },
        {
            "start": 833013785,
            "stop": 833016065
        },
        {
            "start": 833017655,
            "stop": 833020415
        },
        {
            "start": 833021462,
            "stop": 833025722
        },
        {
            "start": 833026013,
            "stop": 833026073
        },
        {
            "start": 833029732,
            "stop": 833030272
        },
        {
            "start": 833035281,
            "stop": 833036301
        },
        {
            "start": 833060299,
            "stop": 833060359
        },
        {
            "start": 833060496,
            "stop": 833061456
        },
        {
            "start": 833062969,
            "stop": 833064589
        },
        {
            "start": 833064733,
            "stop": 833068933
        },
        {
            "start": 833069076,
            "stop": 833077776
        },
        {
            "start": 833077926,
            "stop": 833080296
        }
    ]
}