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=766
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=767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=765",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 766,
    "results": [
        {
            "start": 856617328,
            "stop": 856617388
        },
        {
            "start": 856617625,
            "stop": 856617745
        },
        {
            "start": 856617905,
            "stop": 856618565
        },
        {
            "start": 856618716,
            "stop": 856622676
        },
        {
            "start": 856622883,
            "stop": 856623093
        },
        {
            "start": 856623299,
            "stop": 856623599
        },
        {
            "start": 856623766,
            "stop": 856623886
        },
        {
            "start": 856624958,
            "stop": 856625318
        },
        {
            "start": 856625472,
            "stop": 856626672
        },
        {
            "start": 856626826,
            "stop": 856627126
        },
        {
            "start": 856655032,
            "stop": 856660792
        },
        {
            "start": 856661622,
            "stop": 856663362
        },
        {
            "start": 856663561,
            "stop": 856670581
        },
        {
            "start": 856670771,
            "stop": 856683671
        },
        {
            "start": 856683871,
            "stop": 856684591
        },
        {
            "start": 856686202,
            "stop": 856687252
        },
        {
            "start": 856687402,
            "stop": 856689442
        },
        {
            "start": 856689992,
            "stop": 856695752
        },
        {
            "start": 856697238,
            "stop": 856698558
        },
        {
            "start": 856699860,
            "stop": 856702410
        }
    ]
}