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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=355",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 356,
    "results": [
        {
            "start": 821474244,
            "stop": 821474406
        },
        {
            "start": 821474409,
            "stop": 821474424
        },
        {
            "start": 821474428,
            "stop": 821474604
        },
        {
            "start": 821474607,
            "stop": 821474621
        },
        {
            "start": 821474624,
            "stop": 821474953
        },
        {
            "start": 821474956,
            "stop": 821475175
        },
        {
            "start": 821475178,
            "stop": 821475437
        },
        {
            "start": 821475440,
            "stop": 821475773
        },
        {
            "start": 821475776,
            "stop": 821475820
        },
        {
            "start": 821475823,
            "stop": 821475850
        },
        {
            "start": 821475853,
            "stop": 821476668
        },
        {
            "start": 821476671,
            "stop": 821476791
        },
        {
            "start": 821476794,
            "stop": 821476891
        },
        {
            "start": 821476895,
            "stop": 821476936
        },
        {
            "start": 821476939,
            "stop": 821476961
        },
        {
            "start": 821476964,
            "stop": 821477011
        },
        {
            "start": 821477014,
            "stop": 821477038
        },
        {
            "start": 821477041,
            "stop": 821477050
        },
        {
            "start": 821477055,
            "stop": 821477073
        },
        {
            "start": 821479289,
            "stop": 821479781
        }
    ]
}