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=798
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=799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=797",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 798,
    "results": [
        {
            "start": 861258549,
            "stop": 861260619
        },
        {
            "start": 861263920,
            "stop": 861273640
        },
        {
            "start": 861273730,
            "stop": 861274600
        },
        {
            "start": 861274808,
            "stop": 861278708
        },
        {
            "start": 861284800,
            "stop": 861288220
        },
        {
            "start": 861289502,
            "stop": 861295142
        },
        {
            "start": 861295775,
            "stop": 861296615
        },
        {
            "start": 861296826,
            "stop": 861296886
        },
        {
            "start": 861297018,
            "stop": 861301278
        },
        {
            "start": 861304361,
            "stop": 861304421
        },
        {
            "start": 861304747,
            "stop": 861305647
        },
        {
            "start": 861305813,
            "stop": 861306413
        },
        {
            "start": 861306634,
            "stop": 861306754
        },
        {
            "start": 861311854,
            "stop": 861312454
        },
        {
            "start": 861312675,
            "stop": 861315615
        },
        {
            "start": 861317380,
            "stop": 861318820
        },
        {
            "start": 861319016,
            "stop": 861319856
        },
        {
            "start": 861319995,
            "stop": 861321705
        },
        {
            "start": 861321855,
            "stop": 861342615
        },
        {
            "start": 861342822,
            "stop": 861343902
        }
    ]
}