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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=48",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 49,
    "results": [
        {
            "start": 816179185,
            "stop": 816179312
        },
        {
            "start": 816179320,
            "stop": 816179376
        },
        {
            "start": 816179383,
            "stop": 816179386
        },
        {
            "start": 816179393,
            "stop": 816179452
        },
        {
            "start": 816179459,
            "stop": 816179473
        },
        {
            "start": 816179481,
            "stop": 816179544
        },
        {
            "start": 816179551,
            "stop": 816179580
        },
        {
            "start": 816179587,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816179691
        },
        {
            "start": 816179698,
            "stop": 816179736
        },
        {
            "start": 816179743,
            "stop": 816179781
        },
        {
            "start": 816179795,
            "stop": 816179801
        },
        {
            "start": 816179809,
            "stop": 816179814
        },
        {
            "start": 816179821,
            "stop": 816179849
        },
        {
            "start": 816179862,
            "stop": 816179865
        },
        {
            "start": 816179872,
            "stop": 816179947
        },
        {
            "start": 816179960,
            "stop": 816179976
        },
        {
            "start": 816179983,
            "stop": 816179990
        },
        {
            "start": 816179998,
            "stop": 816180007
        },
        {
            "start": 816180014,
            "stop": 816180154
        }
    ]
}