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=40631
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=40632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40630",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40631,
    "results": [
        {
            "start": 874906674,
            "stop": 874906715
        },
        {
            "start": 874906716,
            "stop": 874906782
        },
        {
            "start": 874906783,
            "stop": 874906929
        },
        {
            "start": 874906931,
            "stop": 874906969
        },
        {
            "start": 874906970,
            "stop": 874906993
        },
        {
            "start": 874906994,
            "stop": 874907093
        },
        {
            "start": 874907094,
            "stop": 874907098
        },
        {
            "start": 874907099,
            "stop": 874907154
        },
        {
            "start": 874907155,
            "stop": 874907263
        },
        {
            "start": 874907264,
            "stop": 874907301
        },
        {
            "start": 874907303,
            "stop": 874907418
        },
        {
            "start": 874907419,
            "stop": 874907674
        },
        {
            "start": 874907675,
            "stop": 874907696
        },
        {
            "start": 874907697,
            "stop": 874907708
        },
        {
            "start": 874907709,
            "stop": 874907781
        },
        {
            "start": 874907783,
            "stop": 874907798
        },
        {
            "start": 874907801,
            "stop": 874907942
        },
        {
            "start": 874907944,
            "stop": 874908024
        },
        {
            "start": 874908025,
            "stop": 874908169
        },
        {
            "start": 874908171,
            "stop": 874908175
        }
    ]
}