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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=169",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 170,
    "results": [
        {
            "start": 824794278,
            "stop": 824794338
        },
        {
            "start": 824794603,
            "stop": 824794723
        },
        {
            "start": 824794998,
            "stop": 824795238
        },
        {
            "start": 824796782,
            "stop": 824796842
        },
        {
            "start": 824797669,
            "stop": 824797729
        },
        {
            "start": 824798147,
            "stop": 824798327
        },
        {
            "start": 824798822,
            "stop": 824798882
        },
        {
            "start": 824799429,
            "stop": 824799489
        },
        {
            "start": 824799649,
            "stop": 824799709
        },
        {
            "start": 824799851,
            "stop": 824799911
        },
        {
            "start": 824800329,
            "stop": 824800509
        },
        {
            "start": 824800654,
            "stop": 824800714
        },
        {
            "start": 824801152,
            "stop": 824801512
        },
        {
            "start": 824806749,
            "stop": 824806809
        },
        {
            "start": 824821451,
            "stop": 824821511
        },
        {
            "start": 824846265,
            "stop": 824846325
        },
        {
            "start": 824926744,
            "stop": 824926804
        },
        {
            "start": 824986539,
            "stop": 824986599
        },
        {
            "start": 824993596,
            "stop": 824993656
        },
        {
            "start": 825075407,
            "stop": 825075527
        }
    ]
}