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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=244",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 245,
    "results": [
        {
            "start": 844620439,
            "stop": 844620482
        },
        {
            "start": 844620485,
            "stop": 844620598
        },
        {
            "start": 844620602,
            "stop": 844622151
        },
        {
            "start": 844622645,
            "stop": 844622842
        },
        {
            "start": 844652839,
            "stop": 844654729
        },
        {
            "start": 844655029,
            "stop": 844657283
        },
        {
            "start": 844657393,
            "stop": 844657631
        },
        {
            "start": 844657931,
            "stop": 844661691
        },
        {
            "start": 844661991,
            "stop": 844662284
        },
        {
            "start": 844662584,
            "stop": 844663138
        },
        {
            "start": 844663438,
            "stop": 844673007
        },
        {
            "start": 844673312,
            "stop": 844684703
        },
        {
            "start": 844684813,
            "stop": 844686370
        },
        {
            "start": 844686670,
            "stop": 844696740
        },
        {
            "start": 844697489,
            "stop": 844697833
        },
        {
            "start": 844701700,
            "stop": 844702693
        },
        {
            "start": 844703213,
            "stop": 844705141
        },
        {
            "start": 844705392,
            "stop": 844706290
        },
        {
            "start": 844706590,
            "stop": 844706944
        },
        {
            "start": 844706947,
            "stop": 844707853
        }
    ]
}