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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=21",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 22,
    "results": [
        {
            "start": 816279480,
            "stop": 816279780
        },
        {
            "start": 816279840,
            "stop": 816280070
        },
        {
            "start": 816280150,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816285013
        },
        {
            "start": 816290344,
            "stop": 816291547
        },
        {
            "start": 816319884,
            "stop": 816320280
        },
        {
            "start": 816320340,
            "stop": 816323750
        },
        {
            "start": 816323830,
            "stop": 816326067
        },
        {
            "start": 816327625,
            "stop": 816334910
        },
        {
            "start": 816334990,
            "stop": 816343929
        },
        {
            "start": 816343942,
            "stop": 816350880
        },
        {
            "start": 816350940,
            "stop": 816351350
        },
        {
            "start": 816351490,
            "stop": 816352873
        },
        {
            "start": 816352880,
            "stop": 816353126
        },
        {
            "start": 816353130,
            "stop": 816353495
        },
        {
            "start": 816353525,
            "stop": 816353533
        },
        {
            "start": 816353573,
            "stop": 816353593
        },
        {
            "start": 816356313,
            "stop": 816356582
        },
        {
            "start": 816356586,
            "stop": 816356741
        },
        {
            "start": 816356748,
            "stop": 816358130
        }
    ]
}