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=917
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=918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=916",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 917,
    "results": [
        {
            "start": 868435512,
            "stop": 868438452
        },
        {
            "start": 868440547,
            "stop": 868454287
        },
        {
            "start": 868454484,
            "stop": 868454784
        },
        {
            "start": 868455069,
            "stop": 868455429
        },
        {
            "start": 868455585,
            "stop": 868455705
        },
        {
            "start": 868456105,
            "stop": 868457005
        },
        {
            "start": 868457206,
            "stop": 868457686
        },
        {
            "start": 868457946,
            "stop": 868458066
        },
        {
            "start": 868458211,
            "stop": 868458691
        },
        {
            "start": 868458974,
            "stop": 868460354
        },
        {
            "start": 868460501,
            "stop": 868463021
        },
        {
            "start": 868467928,
            "stop": 868468528
        },
        {
            "start": 868468662,
            "stop": 868470042
        },
        {
            "start": 868470072,
            "stop": 868472202
        },
        {
            "start": 868473868,
            "stop": 868474828
        },
        {
            "start": 868475021,
            "stop": 868475381
        },
        {
            "start": 868475531,
            "stop": 868484471
        },
        {
            "start": 868484561,
            "stop": 868489601
        },
        {
            "start": 868489888,
            "stop": 868501528
        },
        {
            "start": 868501800,
            "stop": 868502970
        }
    ]
}