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=3238
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=3239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3237",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3238,
    "results": [
        {
            "start": 872221009,
            "stop": 872221584
        },
        {
            "start": 872221587,
            "stop": 872222927
        },
        {
            "start": 872222930,
            "stop": 872223210
        },
        {
            "start": 872223270,
            "stop": 872223285
        },
        {
            "start": 872223289,
            "stop": 872223300
        },
        {
            "start": 872223420,
            "stop": 872224073
        },
        {
            "start": 872224076,
            "stop": 872229030
        },
        {
            "start": 872229120,
            "stop": 872242484
        },
        {
            "start": 872244259,
            "stop": 872246684
        },
        {
            "start": 872246865,
            "stop": 872251620
        },
        {
            "start": 872251680,
            "stop": 872255040
        },
        {
            "start": 872255100,
            "stop": 872255425
        },
        {
            "start": 872255430,
            "stop": 872255460
        },
        {
            "start": 872255520,
            "stop": 872255670
        },
        {
            "start": 872255673,
            "stop": 872256120
        },
        {
            "start": 872256360,
            "stop": 872260695
        },
        {
            "start": 872260698,
            "stop": 872260920
        },
        {
            "start": 872260980,
            "stop": 872262540
        },
        {
            "start": 872262600,
            "stop": 872263027
        },
        {
            "start": 872263160,
            "stop": 872266380
        }
    ]
}