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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=637",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 638,
    "results": [
        {
            "start": 851392871,
            "stop": 851392917
        },
        {
            "start": 851392963,
            "stop": 851395779
        },
        {
            "start": 851395798,
            "stop": 851395808
        },
        {
            "start": 851396431,
            "stop": 851398379
        },
        {
            "start": 851398404,
            "stop": 851398421
        },
        {
            "start": 851398450,
            "stop": 851398493
        },
        {
            "start": 851398546,
            "stop": 851399737
        },
        {
            "start": 851401048,
            "stop": 851401841
        },
        {
            "start": 851401902,
            "stop": 851402051
        },
        {
            "start": 851402078,
            "stop": 851405335
        },
        {
            "start": 851405416,
            "stop": 851408098
        },
        {
            "start": 851408761,
            "stop": 851410426
        },
        {
            "start": 851410463,
            "stop": 851410509
        },
        {
            "start": 851410528,
            "stop": 851428170
        },
        {
            "start": 851428201,
            "stop": 851464254
        },
        {
            "start": 851468405,
            "stop": 851472552
        },
        {
            "start": 851472581,
            "stop": 851472600
        },
        {
            "start": 851472619,
            "stop": 851513387
        },
        {
            "start": 851515688,
            "stop": 851520001
        },
        {
            "start": 851521894,
            "stop": 851522152
        }
    ]
}