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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1439",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1440,
    "results": [
        {
            "start": 855535143,
            "stop": 855535144
        },
        {
            "start": 855535154,
            "stop": 855544310
        },
        {
            "start": 855545111,
            "stop": 855546427
        },
        {
            "start": 855547258,
            "stop": 855558137
        },
        {
            "start": 855559025,
            "stop": 855585988
        },
        {
            "start": 855585991,
            "stop": 855585992
        },
        {
            "start": 855586000,
            "stop": 855586006
        },
        {
            "start": 855586009,
            "stop": 855592100
        },
        {
            "start": 855592815,
            "stop": 855604685
        },
        {
            "start": 855605553,
            "stop": 855606355
        },
        {
            "start": 855607503,
            "stop": 855607860
        },
        {
            "start": 855607864,
            "stop": 855608945
        },
        {
            "start": 855609206,
            "stop": 855609914
        },
        {
            "start": 855619749,
            "stop": 855674549
        },
        {
            "start": 855674780,
            "stop": 855676252
        },
        {
            "start": 855676300,
            "stop": 855684771
        },
        {
            "start": 855685883,
            "stop": 855689318
        },
        {
            "start": 855693274,
            "stop": 855706429
        },
        {
            "start": 855710410,
            "stop": 855712839
        },
        {
            "start": 855714035,
            "stop": 855747282
        }
    ]
}