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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=189",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 190,
    "results": [
        {
            "start": 826205773,
            "stop": 826206133
        },
        {
            "start": 826206303,
            "stop": 826206603
        },
        {
            "start": 826209439,
            "stop": 826209559
        },
        {
            "start": 826246903,
            "stop": 826247203
        },
        {
            "start": 826247541,
            "stop": 826247601
        },
        {
            "start": 826247757,
            "stop": 826247937
        },
        {
            "start": 826248396,
            "stop": 826248516
        },
        {
            "start": 826249581,
            "stop": 826249641
        },
        {
            "start": 826249810,
            "stop": 826250290
        },
        {
            "start": 826251935,
            "stop": 826252025
        },
        {
            "start": 826252367,
            "stop": 826252487
        },
        {
            "start": 826252517,
            "stop": 826252877
        },
        {
            "start": 826253252,
            "stop": 826253402
        },
        {
            "start": 826253432,
            "stop": 826253582
        },
        {
            "start": 826253735,
            "stop": 826253915
        },
        {
            "start": 826254480,
            "stop": 826254540
        },
        {
            "start": 826254723,
            "stop": 826254783
        },
        {
            "start": 826254957,
            "stop": 826255017
        },
        {
            "start": 826255568,
            "stop": 826255628
        },
        {
            "start": 826256125,
            "stop": 826256365
        }
    ]
}