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=893
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=894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=892",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 893,
    "results": [
        {
            "start": 866712314,
            "stop": 866716334
        },
        {
            "start": 866716625,
            "stop": 866718785
        },
        {
            "start": 866719055,
            "stop": 866719355
        },
        {
            "start": 866719385,
            "stop": 866719655
        },
        {
            "start": 866726531,
            "stop": 866727971
        },
        {
            "start": 866729443,
            "stop": 866736163
        },
        {
            "start": 866738888,
            "stop": 866740448
        },
        {
            "start": 866740591,
            "stop": 866741791
        },
        {
            "start": 866742189,
            "stop": 866746329
        },
        {
            "start": 866746745,
            "stop": 866750345
        },
        {
            "start": 866750550,
            "stop": 866756730
        },
        {
            "start": 866757022,
            "stop": 866761102
        },
        {
            "start": 866761299,
            "stop": 866761779
        },
        {
            "start": 866762002,
            "stop": 866762242
        },
        {
            "start": 866763985,
            "stop": 866769265
        },
        {
            "start": 866769415,
            "stop": 866769505
        },
        {
            "start": 866769652,
            "stop": 866770132
        },
        {
            "start": 866770389,
            "stop": 866770449
        },
        {
            "start": 866770672,
            "stop": 866770852
        },
        {
            "start": 866772185,
            "stop": 866773955
        }
    ]
}