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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=237",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 238,
    "results": [
        {
            "start": 827759554,
            "stop": 827759674
        },
        {
            "start": 827759978,
            "stop": 827760398
        },
        {
            "start": 827765262,
            "stop": 827765322
        },
        {
            "start": 827768739,
            "stop": 827768799
        },
        {
            "start": 827769086,
            "stop": 827769266
        },
        {
            "start": 827778151,
            "stop": 827778211
        },
        {
            "start": 827802089,
            "stop": 827802389
        },
        {
            "start": 827802761,
            "stop": 827802941
        },
        {
            "start": 827803312,
            "stop": 827803372
        },
        {
            "start": 827803732,
            "stop": 827804092
        },
        {
            "start": 827804291,
            "stop": 827804471
        },
        {
            "start": 827811027,
            "stop": 827811147
        },
        {
            "start": 827811992,
            "stop": 827812232
        },
        {
            "start": 827812486,
            "stop": 827812666
        },
        {
            "start": 827813092,
            "stop": 827813212
        },
        {
            "start": 827813604,
            "stop": 827813664
        },
        {
            "start": 827825975,
            "stop": 827826275
        },
        {
            "start": 827826488,
            "stop": 827826788
        },
        {
            "start": 827828235,
            "stop": 827828475
        },
        {
            "start": 827828666,
            "stop": 827828726
        }
    ]
}