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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1740",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1738",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1739,
    "results": [
        {
            "start": 1249364708,
            "stop": 1249366444
        },
        {
            "start": 1249367290,
            "stop": 1249367500
        },
        {
            "start": 1249367503,
            "stop": 1249368068
        },
        {
            "start": 1249368071,
            "stop": 1249368149
        },
        {
            "start": 1249368152,
            "stop": 1249368434
        },
        {
            "start": 1249368436,
            "stop": 1249368440
        },
        {
            "start": 1249368443,
            "stop": 1249369058
        },
        {
            "start": 1249369061,
            "stop": 1249369438
        },
        {
            "start": 1249369441,
            "stop": 1249370171
        },
        {
            "start": 1249370174,
            "stop": 1249370425
        },
        {
            "start": 1249370428,
            "stop": 1249370797
        },
        {
            "start": 1249370800,
            "stop": 1249370946
        },
        {
            "start": 1249370949,
            "stop": 1249371161
        },
        {
            "start": 1249371164,
            "stop": 1249371583
        },
        {
            "start": 1249371586,
            "stop": 1249372121
        },
        {
            "start": 1249372124,
            "stop": 1249372291
        },
        {
            "start": 1249372294,
            "stop": 1249372490
        },
        {
            "start": 1249372493,
            "stop": 1249373227
        },
        {
            "start": 1249373230,
            "stop": 1249373534
        },
        {
            "start": 1249373537,
            "stop": 1249373754
        }
    ]
}