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=812
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=813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=811",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 812,
    "results": [
        {
            "start": 859489115,
            "stop": 859489715
        },
        {
            "start": 859489855,
            "stop": 859490155
        },
        {
            "start": 859490911,
            "stop": 859491451
        },
        {
            "start": 859491601,
            "stop": 859493101
        },
        {
            "start": 859493251,
            "stop": 859495831
        },
        {
            "start": 859515352,
            "stop": 859516612
        },
        {
            "start": 859516871,
            "stop": 859518341
        },
        {
            "start": 859518491,
            "stop": 859519871
        },
        {
            "start": 859522379,
            "stop": 859530599
        },
        {
            "start": 859533798,
            "stop": 859534008
        },
        {
            "start": 859534158,
            "stop": 859537938
        },
        {
            "start": 859538627,
            "stop": 859543907
        },
        {
            "start": 859544047,
            "stop": 859546957
        },
        {
            "start": 859547107,
            "stop": 859547287
        },
        {
            "start": 859547447,
            "stop": 859549547
        },
        {
            "start": 859563629,
            "stop": 859564169
        },
        {
            "start": 859564308,
            "stop": 859564368
        },
        {
            "start": 859564524,
            "stop": 859566084
        },
        {
            "start": 859566395,
            "stop": 859566755
        },
        {
            "start": 859566884,
            "stop": 859567124
        }
    ]
}