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_BURST_CAT3/segments?format=api&page=2975
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=2976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2974",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2975,
    "results": [
        {
            "start": 861037169,
            "stop": 861037961
        },
        {
            "start": 861039660,
            "stop": 861040500
        },
        {
            "start": 861040560,
            "stop": 861040715
        },
        {
            "start": 861041015,
            "stop": 861041438
        },
        {
            "start": 861042304,
            "stop": 861042678
        },
        {
            "start": 861043563,
            "stop": 861044514
        },
        {
            "start": 861044814,
            "stop": 861048555
        },
        {
            "start": 861048560,
            "stop": 861049082
        },
        {
            "start": 861049086,
            "stop": 861049216
        },
        {
            "start": 861049220,
            "stop": 861050580
        },
        {
            "start": 861051045,
            "stop": 861051447
        },
        {
            "start": 861051451,
            "stop": 861055148
        },
        {
            "start": 861057980,
            "stop": 861059100
        },
        {
            "start": 861059160,
            "stop": 861064260
        },
        {
            "start": 861064380,
            "stop": 861064797
        },
        {
            "start": 861065854,
            "stop": 861066840
        },
        {
            "start": 861066960,
            "stop": 861067020
        },
        {
            "start": 861073980,
            "stop": 861074040
        },
        {
            "start": 861074220,
            "stop": 861074280
        },
        {
            "start": 861074760,
            "stop": 861074820
        }
    ]
}