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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=359",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 360,
    "results": [
        {
            "start": 934502586,
            "stop": 934502609
        },
        {
            "start": 934502612,
            "stop": 934502615
        },
        {
            "start": 934502618,
            "stop": 934502625
        },
        {
            "start": 934502627,
            "stop": 934502632
        },
        {
            "start": 934502637,
            "stop": 934503537
        },
        {
            "start": 934505241,
            "stop": 934506153
        },
        {
            "start": 934506156,
            "stop": 934506167
        },
        {
            "start": 934506169,
            "stop": 934506191
        },
        {
            "start": 934506193,
            "stop": 934506211
        },
        {
            "start": 934506213,
            "stop": 934506217
        },
        {
            "start": 934506219,
            "stop": 934506225
        },
        {
            "start": 934506227,
            "stop": 934506233
        },
        {
            "start": 934506238,
            "stop": 934509757
        },
        {
            "start": 934509759,
            "stop": 934509784
        },
        {
            "start": 934509786,
            "stop": 934509790
        },
        {
            "start": 934509793,
            "stop": 934509816
        },
        {
            "start": 934509819,
            "stop": 934509833
        },
        {
            "start": 934509837,
            "stop": 934513342
        },
        {
            "start": 934513345,
            "stop": 934513373
        },
        {
            "start": 934513377,
            "stop": 934513391
        }
    ]
}