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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=58",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 59,
    "results": [
        {
            "start": 816178701,
            "stop": 816178728
        },
        {
            "start": 816178732,
            "stop": 816178739
        },
        {
            "start": 816178742,
            "stop": 816178778
        },
        {
            "start": 816178781,
            "stop": 816179180
        },
        {
            "start": 816179183,
            "stop": 816179314
        },
        {
            "start": 816179318,
            "stop": 816179378
        },
        {
            "start": 816179381,
            "stop": 816179388
        },
        {
            "start": 816179391,
            "stop": 816179454
        },
        {
            "start": 816179457,
            "stop": 816179475
        },
        {
            "start": 816179479,
            "stop": 816179546
        },
        {
            "start": 816179549,
            "stop": 816179582
        },
        {
            "start": 816179585,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816179693
        },
        {
            "start": 816179696,
            "stop": 816179738
        },
        {
            "start": 816179741,
            "stop": 816179783
        },
        {
            "start": 816179787,
            "stop": 816179790
        },
        {
            "start": 816179793,
            "stop": 816179803
        },
        {
            "start": 816179807,
            "stop": 816179816
        },
        {
            "start": 816179819,
            "stop": 816179849
        },
        {
            "start": 816179855,
            "stop": 816179867
        }
    ]
}