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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=324",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 325,
    "results": [
        {
            "start": 833580263,
            "stop": 833580383
        },
        {
            "start": 833580547,
            "stop": 833580607
        },
        {
            "start": 833581397,
            "stop": 833581937
        },
        {
            "start": 833582101,
            "stop": 833582221
        },
        {
            "start": 833582534,
            "stop": 833583374
        },
        {
            "start": 833583529,
            "stop": 833588809
        },
        {
            "start": 833589168,
            "stop": 833589828
        },
        {
            "start": 833590519,
            "stop": 833590639
        },
        {
            "start": 833591540,
            "stop": 833596520
        },
        {
            "start": 833596723,
            "stop": 833603983
        },
        {
            "start": 833605142,
            "stop": 833608862
        },
        {
            "start": 833609079,
            "stop": 833609739
        },
        {
            "start": 833610726,
            "stop": 833611206
        },
        {
            "start": 833611356,
            "stop": 833612346
        },
        {
            "start": 833613287,
            "stop": 833617727
        },
        {
            "start": 833617757,
            "stop": 833619917
        },
        {
            "start": 833620067,
            "stop": 833628167
        },
        {
            "start": 833628954,
            "stop": 833629374
        },
        {
            "start": 833629654,
            "stop": 833631154
        },
        {
            "start": 833632455,
            "stop": 833635155
        }
    ]
}