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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=337",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 338,
    "results": [
        {
            "start": 847714822,
            "stop": 847714823
        },
        {
            "start": 847714825,
            "stop": 847714910
        },
        {
            "start": 847714911,
            "stop": 847714921
        },
        {
            "start": 847714922,
            "stop": 847714948
        },
        {
            "start": 847714950,
            "stop": 847714951
        },
        {
            "start": 847714952,
            "stop": 847714953
        },
        {
            "start": 847714954,
            "stop": 847714988
        },
        {
            "start": 847714989,
            "stop": 847715006
        },
        {
            "start": 847715007,
            "stop": 847715029
        },
        {
            "start": 847715030,
            "stop": 847715031
        },
        {
            "start": 847715032,
            "stop": 847715034
        },
        {
            "start": 847715035,
            "stop": 847715036
        },
        {
            "start": 847715037,
            "stop": 847715048
        },
        {
            "start": 847715050,
            "stop": 847715072
        },
        {
            "start": 847715074,
            "stop": 847715091
        },
        {
            "start": 847715092,
            "stop": 847715114
        },
        {
            "start": 847715116,
            "stop": 847715134
        },
        {
            "start": 847715135,
            "stop": 847715159
        },
        {
            "start": 847715161,
            "stop": 847715176
        },
        {
            "start": 847715178,
            "stop": 847715203
        }
    ]
}