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=440
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=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=439",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 440,
    "results": [
        {
            "start": 839853565,
            "stop": 839853835
        },
        {
            "start": 839874666,
            "stop": 839877006
        },
        {
            "start": 839877163,
            "stop": 839879803
        },
        {
            "start": 839882414,
            "stop": 839883284
        },
        {
            "start": 839883481,
            "stop": 839884321
        },
        {
            "start": 839884672,
            "stop": 839885212
        },
        {
            "start": 839886024,
            "stop": 839891784
        },
        {
            "start": 839910863,
            "stop": 839912303
        },
        {
            "start": 839913661,
            "stop": 839916361
        },
        {
            "start": 839916643,
            "stop": 839918923
        },
        {
            "start": 839919678,
            "stop": 839924898
        },
        {
            "start": 839925048,
            "stop": 839935218
        },
        {
            "start": 839935368,
            "stop": 839939178
        },
        {
            "start": 839940426,
            "stop": 839940546
        },
        {
            "start": 839940918,
            "stop": 839943498
        },
        {
            "start": 839943644,
            "stop": 839946824
        },
        {
            "start": 839946968,
            "stop": 839947688
        },
        {
            "start": 839947834,
            "stop": 839948974
        },
        {
            "start": 839949175,
            "stop": 839949535
        },
        {
            "start": 839949957,
            "stop": 839950917
        }
    ]
}