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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=29",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 30,
    "results": [
        {
            "start": 1400662965,
            "stop": 1400664968
        },
        {
            "start": 1400664974,
            "stop": 1400667159
        },
        {
            "start": 1400667165,
            "stop": 1400673480
        },
        {
            "start": 1400673553,
            "stop": 1400673752
        },
        {
            "start": 1400673830,
            "stop": 1400673944
        },
        {
            "start": 1400674022,
            "stop": 1400674292
        },
        {
            "start": 1400674298,
            "stop": 1400674875
        },
        {
            "start": 1400674881,
            "stop": 1400676474
        },
        {
            "start": 1400676481,
            "stop": 1400697939
        },
        {
            "start": 1400700060,
            "stop": 1400703984
        },
        {
            "start": 1400703988,
            "stop": 1400704142
        },
        {
            "start": 1400704145,
            "stop": 1400707970
        },
        {
            "start": 1400707975,
            "stop": 1400711970
        },
        {
            "start": 1400711975,
            "stop": 1400712029
        },
        {
            "start": 1400720099,
            "stop": 1400727702
        },
        {
            "start": 1400727708,
            "stop": 1400734961
        },
        {
            "start": 1400734967,
            "stop": 1400748665
        },
        {
            "start": 1400748668,
            "stop": 1400753300
        },
        {
            "start": 1400753307,
            "stop": 1400753403
        },
        {
            "start": 1400753408,
            "stop": 1400763918
        }
    ]
}