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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 8,
    "results": [
        {
            "start": 815569980,
            "stop": 815570255
        },
        {
            "start": 815570257,
            "stop": 815571120
        },
        {
            "start": 815571180,
            "stop": 815571671
        },
        {
            "start": 815572952,
            "stop": 815574017
        },
        {
            "start": 815574034,
            "stop": 815574575
        },
        {
            "start": 815574592,
            "stop": 815576160
        },
        {
            "start": 815576280,
            "stop": 815576525
        },
        {
            "start": 815576529,
            "stop": 815578196
        },
        {
            "start": 815578199,
            "stop": 815578440
        },
        {
            "start": 815578500,
            "stop": 815579640
        },
        {
            "start": 815579760,
            "stop": 815580420
        },
        {
            "start": 815580480,
            "stop": 815580629
        },
        {
            "start": 815582989,
            "stop": 815583840
        },
        {
            "start": 815583900,
            "stop": 815584740
        },
        {
            "start": 815584800,
            "stop": 815584980
        },
        {
            "start": 815585100,
            "stop": 815585320
        },
        {
            "start": 815586326,
            "stop": 815586435
        },
        {
            "start": 815589938,
            "stop": 815590020
        },
        {
            "start": 815590080,
            "stop": 815590087
        },
        {
            "start": 815591958,
            "stop": 815592120
        }
    ]
}