Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40560
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40559",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40560,
    "results": [
        {
            "start": 874837187,
            "stop": 874837207
        },
        {
            "start": 874837209,
            "stop": 874837227
        },
        {
            "start": 874837229,
            "stop": 874837251
        },
        {
            "start": 874837252,
            "stop": 874837312
        },
        {
            "start": 874837314,
            "stop": 874837333
        },
        {
            "start": 874837335,
            "stop": 874837341
        },
        {
            "start": 874837342,
            "stop": 874837355
        },
        {
            "start": 874837357,
            "stop": 874837361
        },
        {
            "start": 874837362,
            "stop": 874837376
        },
        {
            "start": 874837378,
            "stop": 874837386
        },
        {
            "start": 874837387,
            "stop": 874837395
        },
        {
            "start": 874837396,
            "stop": 874837419
        },
        {
            "start": 874837421,
            "stop": 874837456
        },
        {
            "start": 874837457,
            "stop": 874837460
        },
        {
            "start": 874837461,
            "stop": 874837504
        },
        {
            "start": 874837505,
            "stop": 874837589
        },
        {
            "start": 874837590,
            "stop": 874837606
        },
        {
            "start": 874837607,
            "stop": 874837635
        },
        {
            "start": 874837637,
            "stop": 874837661
        },
        {
            "start": 874837662,
            "stop": 874837751
        }
    ]
}