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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=608",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 609,
    "results": [
        {
            "start": 839229392,
            "stop": 839229837
        },
        {
            "start": 839230237,
            "stop": 839247710
        },
        {
            "start": 839248719,
            "stop": 839254392
        },
        {
            "start": 839254898,
            "stop": 839255895
        },
        {
            "start": 839255898,
            "stop": 839256278
        },
        {
            "start": 839256688,
            "stop": 839258164
        },
        {
            "start": 839260427,
            "stop": 839264684
        },
        {
            "start": 839265169,
            "stop": 839266726
        },
        {
            "start": 839267936,
            "stop": 839279214
        },
        {
            "start": 839279215,
            "stop": 839284931
        },
        {
            "start": 839286074,
            "stop": 839296813
        },
        {
            "start": 839299054,
            "stop": 839299236
        },
        {
            "start": 839299239,
            "stop": 839299243
        },
        {
            "start": 839299244,
            "stop": 839299252
        },
        {
            "start": 839301719,
            "stop": 839302011
        },
        {
            "start": 839302013,
            "stop": 839302036
        },
        {
            "start": 839302038,
            "stop": 839302188
        },
        {
            "start": 839302921,
            "stop": 839303016
        },
        {
            "start": 839303018,
            "stop": 839303122
        },
        {
            "start": 839303125,
            "stop": 839303244
        }
    ]
}