Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1993
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=1994",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1992",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1993,
    "results": [
        {
            "start": 1253723471,
            "stop": 1253724130
        },
        {
            "start": 1253724132,
            "stop": 1253724967
        },
        {
            "start": 1253724969,
            "stop": 1253728700
        },
        {
            "start": 1253728708,
            "stop": 1253729030
        },
        {
            "start": 1253729038,
            "stop": 1253730291
        },
        {
            "start": 1253730299,
            "stop": 1253730641
        },
        {
            "start": 1253730644,
            "stop": 1253731974
        },
        {
            "start": 1253731975,
            "stop": 1253732892
        },
        {
            "start": 1253732895,
            "stop": 1253733605
        },
        {
            "start": 1253733608,
            "stop": 1253735083
        },
        {
            "start": 1253735091,
            "stop": 1253735631
        },
        {
            "start": 1253735634,
            "stop": 1253736899
        },
        {
            "start": 1253736900,
            "stop": 1253737247
        },
        {
            "start": 1253737250,
            "stop": 1253738083
        },
        {
            "start": 1253738084,
            "stop": 1253738690
        },
        {
            "start": 1253738693,
            "stop": 1253740012
        },
        {
            "start": 1253740013,
            "stop": 1253741001
        },
        {
            "start": 1253741002,
            "stop": 1253741229
        },
        {
            "start": 1253741231,
            "stop": 1253741659
        },
        {
            "start": 1253741662,
            "stop": 1253742081
        }
    ]
}