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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 49,
    "results": [
        {
            "start": 817440468,
            "stop": 817442314
        },
        {
            "start": 817443515,
            "stop": 817444740
        },
        {
            "start": 817444860,
            "stop": 817447648
        },
        {
            "start": 817448270,
            "stop": 817448819
        },
        {
            "start": 817448851,
            "stop": 817449567
        },
        {
            "start": 817459821,
            "stop": 817462843
        },
        {
            "start": 817463084,
            "stop": 817477279
        },
        {
            "start": 817477283,
            "stop": 817482300
        },
        {
            "start": 817482360,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817485167
        },
        {
            "start": 817493409,
            "stop": 817493700
        },
        {
            "start": 817493760,
            "stop": 817494021
        },
        {
            "start": 817494136,
            "stop": 817494420
        },
        {
            "start": 817494480,
            "stop": 817495106
        },
        {
            "start": 817495109,
            "stop": 817496047
        },
        {
            "start": 817497517,
            "stop": 817499280
        },
        {
            "start": 817499460,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817502400
        },
        {
            "start": 817502460,
            "stop": 817503121
        },
        {
            "start": 817506984,
            "stop": 817507025
        }
    ]
}