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=977
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=978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=976",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 977,
    "results": [
        {
            "start": 869498849,
            "stop": 869499989
        },
        {
            "start": 869500439,
            "stop": 869501399
        },
        {
            "start": 869501556,
            "stop": 869502696
        },
        {
            "start": 869504699,
            "stop": 869505179
        },
        {
            "start": 869505638,
            "stop": 869506028
        },
        {
            "start": 869506178,
            "stop": 869508518
        },
        {
            "start": 869508698,
            "stop": 869509148
        },
        {
            "start": 869512161,
            "stop": 869512341
        },
        {
            "start": 869512499,
            "stop": 869512889
        },
        {
            "start": 869513039,
            "stop": 869513579
        },
        {
            "start": 869513948,
            "stop": 869516048
        },
        {
            "start": 869516882,
            "stop": 869517662
        },
        {
            "start": 869517840,
            "stop": 869518200
        },
        {
            "start": 869518290,
            "stop": 869518680
        },
        {
            "start": 869518940,
            "stop": 869520560
        },
        {
            "start": 869520844,
            "stop": 869521384
        },
        {
            "start": 869521525,
            "stop": 869522005
        },
        {
            "start": 869523007,
            "stop": 869524207
        },
        {
            "start": 869526278,
            "stop": 869526638
        },
        {
            "start": 869526780,
            "stop": 869527080
        }
    ]
}