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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=6",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 7,
    "results": [
        {
            "start": 815497810,
            "stop": 815498048
        },
        {
            "start": 815563778,
            "stop": 815569610
        },
        {
            "start": 815569690,
            "stop": 815569910
        },
        {
            "start": 815569990,
            "stop": 815570255
        },
        {
            "start": 815570267,
            "stop": 815571110
        },
        {
            "start": 815571190,
            "stop": 815571733
        },
        {
            "start": 815572952,
            "stop": 815576160
        },
        {
            "start": 815576280,
            "stop": 815576525
        },
        {
            "start": 815576529,
            "stop": 815578194
        },
        {
            "start": 815578201,
            "stop": 815578430
        },
        {
            "start": 815578510,
            "stop": 815579630
        },
        {
            "start": 815579770,
            "stop": 815580420
        },
        {
            "start": 815580480,
            "stop": 815580680
        },
        {
            "start": 815580688,
            "stop": 815580710
        },
        {
            "start": 815580719,
            "stop": 815580733
        },
        {
            "start": 815582989,
            "stop": 815583830
        },
        {
            "start": 815583910,
            "stop": 815584740
        },
        {
            "start": 815584800,
            "stop": 815584980
        },
        {
            "start": 815585100,
            "stop": 815585327
        },
        {
            "start": 815586326,
            "stop": 815586442
        }
    ]
}