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/H1_STOCH_CAT2_H1L1/segments?format=api&page=1006
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1005",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1006,
    "results": [
        {
            "start": 871210013,
            "stop": 871211153
        },
        {
            "start": 871211428,
            "stop": 871211968
        },
        {
            "start": 871212126,
            "stop": 871217946
        },
        {
            "start": 871218522,
            "stop": 871220862
        },
        {
            "start": 871222218,
            "stop": 871225098
        },
        {
            "start": 871225254,
            "stop": 871228314
        },
        {
            "start": 871228781,
            "stop": 871229561
        },
        {
            "start": 871231754,
            "stop": 871232054
        },
        {
            "start": 871232226,
            "stop": 871232976
        },
        {
            "start": 871233126,
            "stop": 871234266
        },
        {
            "start": 871234505,
            "stop": 871235165
        },
        {
            "start": 871235315,
            "stop": 871235465
        },
        {
            "start": 871235644,
            "stop": 871235854
        },
        {
            "start": 871235996,
            "stop": 871236296
        },
        {
            "start": 871236497,
            "stop": 871236557
        },
        {
            "start": 871236731,
            "stop": 871237061
        },
        {
            "start": 871237200,
            "stop": 871237860
        },
        {
            "start": 871238053,
            "stop": 871240423
        },
        {
            "start": 871241279,
            "stop": 871242839
        },
        {
            "start": 871242989,
            "stop": 871243319
        }
    ]
}