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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=433",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=431",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 432,
    "results": [
        {
            "start": 942772479,
            "stop": 942772908
        },
        {
            "start": 942775198,
            "stop": 942776979
        },
        {
            "start": 942776983,
            "stop": 942777091
        },
        {
            "start": 942794119,
            "stop": 942794153
        },
        {
            "start": 942798616,
            "stop": 942798805
        },
        {
            "start": 942801048,
            "stop": 942803490
        },
        {
            "start": 942810518,
            "stop": 942812249
        },
        {
            "start": 942812955,
            "stop": 942826344
        },
        {
            "start": 942830360,
            "stop": 942830969
        },
        {
            "start": 942830970,
            "stop": 942831805
        },
        {
            "start": 942831807,
            "stop": 942832060
        },
        {
            "start": 942832061,
            "stop": 942832196
        },
        {
            "start": 942832198,
            "stop": 942832210
        },
        {
            "start": 942832213,
            "stop": 942832360
        },
        {
            "start": 942832362,
            "stop": 942853160
        },
        {
            "start": 942857042,
            "stop": 942859362
        },
        {
            "start": 942861879,
            "stop": 942862941
        },
        {
            "start": 942865987,
            "stop": 942867604
        },
        {
            "start": 942868794,
            "stop": 942869452
        },
        {
            "start": 942871287,
            "stop": 942872996
        }
    ]
}