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=874
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=875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=873",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 874,
    "results": [
        {
            "start": 866078078,
            "stop": 866078258
        },
        {
            "start": 866084983,
            "stop": 866085343
        },
        {
            "start": 866085523,
            "stop": 866085733
        },
        {
            "start": 866085823,
            "stop": 866086153
        },
        {
            "start": 866088322,
            "stop": 866090122
        },
        {
            "start": 866090285,
            "stop": 866093285
        },
        {
            "start": 866093448,
            "stop": 866095428
        },
        {
            "start": 866095602,
            "stop": 866096322
        },
        {
            "start": 866096484,
            "stop": 866096964
        },
        {
            "start": 866097084,
            "stop": 866097564
        },
        {
            "start": 866097714,
            "stop": 866098464
        },
        {
            "start": 866100845,
            "stop": 866104985
        },
        {
            "start": 866105549,
            "stop": 866107559
        },
        {
            "start": 866107709,
            "stop": 866108009
        },
        {
            "start": 866108278,
            "stop": 866109808
        },
        {
            "start": 866109928,
            "stop": 866109988
        },
        {
            "start": 866110078,
            "stop": 866110138
        },
        {
            "start": 866114164,
            "stop": 866114314
        },
        {
            "start": 866114880,
            "stop": 866116890
        },
        {
            "start": 866117040,
            "stop": 866117160
        }
    ]
}