Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1039
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=1040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1038",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1039,
    "results": [
        {
            "start": 874452290,
            "stop": 874452590
        },
        {
            "start": 874452999,
            "stop": 874453419
        },
        {
            "start": 874453913,
            "stop": 874455473
        },
        {
            "start": 874456241,
            "stop": 874456361
        },
        {
            "start": 874456711,
            "stop": 874456891
        },
        {
            "start": 874457034,
            "stop": 874457094
        },
        {
            "start": 874457262,
            "stop": 874457502
        },
        {
            "start": 874457665,
            "stop": 874458505
        },
        {
            "start": 874458657,
            "stop": 874458957
        },
        {
            "start": 874459118,
            "stop": 874459178
        },
        {
            "start": 874459501,
            "stop": 874459561
        },
        {
            "start": 874459713,
            "stop": 874459773
        },
        {
            "start": 874460105,
            "stop": 874460465
        },
        {
            "start": 874460805,
            "stop": 874463025
        },
        {
            "start": 874463296,
            "stop": 874463356
        },
        {
            "start": 874463505,
            "stop": 874463565
        },
        {
            "start": 874464000,
            "stop": 874464120
        },
        {
            "start": 874464301,
            "stop": 874464601
        },
        {
            "start": 874464772,
            "stop": 874464892
        },
        {
            "start": 874465056,
            "stop": 874465176
        }
    ]
}