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_CAT3/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_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=21",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 22,
    "results": [
        {
            "start": 816327625,
            "stop": 816334910
        },
        {
            "start": 816334990,
            "stop": 816343929
        },
        {
            "start": 816343942,
            "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
        },
        {
            "start": 816358210,
            "stop": 816360216
        },
        {
            "start": 816360223,
            "stop": 816360238
        },
        {
            "start": 816360246,
            "stop": 816360248
        },
        {
            "start": 816360987,
            "stop": 816361910
        },
        {
            "start": 816362050,
            "stop": 816362278
        },
        {
            "start": 816362286,
            "stop": 816363168
        },
        {
            "start": 816363196,
            "stop": 816363835
        },
        {
            "start": 816363869,
            "stop": 816363870
        },
        {
            "start": 816364506,
            "stop": 816367190
        }
    ]
}