Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41104",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41105,
    "results": [
        {
            "start": 875229630,
            "stop": 875229632
        },
        {
            "start": 875229634,
            "stop": 875229722
        },
        {
            "start": 875229724,
            "stop": 875229760
        },
        {
            "start": 875229761,
            "stop": 875229794
        },
        {
            "start": 875229796,
            "stop": 875229809
        },
        {
            "start": 875229810,
            "stop": 875229848
        },
        {
            "start": 875229849,
            "stop": 875229858
        },
        {
            "start": 875229859,
            "stop": 875229866
        },
        {
            "start": 875229868,
            "stop": 875229964
        },
        {
            "start": 875229965,
            "stop": 875229994
        },
        {
            "start": 875229995,
            "stop": 875230004
        },
        {
            "start": 875230005,
            "stop": 875230042
        },
        {
            "start": 875230043,
            "stop": 875230062
        },
        {
            "start": 875230063,
            "stop": 875230070
        },
        {
            "start": 875230073,
            "stop": 875230089
        },
        {
            "start": 875230090,
            "stop": 875230154
        },
        {
            "start": 875230156,
            "stop": 875230167
        },
        {
            "start": 875230169,
            "stop": 875230175
        },
        {
            "start": 875230177,
            "stop": 875230181
        },
        {
            "start": 875230182,
            "stop": 875230186
        }
    ]
}