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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=91",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 92,
    "results": [
        {
            "start": 826960327,
            "stop": 826965998
        },
        {
            "start": 826968174,
            "stop": 826992290
        },
        {
            "start": 827025204,
            "stop": 827031819
        },
        {
            "start": 827032502,
            "stop": 827041174
        },
        {
            "start": 827043925,
            "stop": 827071530
        },
        {
            "start": 827071684,
            "stop": 827075292
        },
        {
            "start": 827075436,
            "stop": 827082707
        },
        {
            "start": 827086885,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827089674
        },
        {
            "start": 827089784,
            "stop": 827090526
        },
        {
            "start": 827092406,
            "stop": 827092716
        },
        {
            "start": 827094659,
            "stop": 827101432
        },
        {
            "start": 827101832,
            "stop": 827104659
        },
        {
            "start": 827104959,
            "stop": 827115506
        },
        {
            "start": 827115806,
            "stop": 827156262
        },
        {
            "start": 827156562,
            "stop": 827161485
        },
        {
            "start": 827164157,
            "stop": 827175126
        },
        {
            "start": 827178045,
            "stop": 827189397
        },
        {
            "start": 827189507,
            "stop": 827189515
        },
        {
            "start": 827190022,
            "stop": 827237158
        }
    ]
}