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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=103",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 104,
    "results": [
        {
            "start": 826507602,
            "stop": 826547941
        },
        {
            "start": 826553416,
            "stop": 826554052
        },
        {
            "start": 826554162,
            "stop": 826555872
        },
        {
            "start": 826564401,
            "stop": 826564541
        },
        {
            "start": 826565254,
            "stop": 826568831
        },
        {
            "start": 826568944,
            "stop": 826569539
        },
        {
            "start": 826569649,
            "stop": 826569713
        },
        {
            "start": 826570013,
            "stop": 826570706
        },
        {
            "start": 826570816,
            "stop": 826571473
        },
        {
            "start": 826571507,
            "stop": 826571508
        },
        {
            "start": 826571701,
            "stop": 826572013
        },
        {
            "start": 826572313,
            "stop": 826573648
        },
        {
            "start": 826573948,
            "stop": 826574350
        },
        {
            "start": 826574353,
            "stop": 826580393
        },
        {
            "start": 826580693,
            "stop": 826582931
        },
        {
            "start": 826583231,
            "stop": 826602544
        },
        {
            "start": 826602844,
            "stop": 826626511
        },
        {
            "start": 826626811,
            "stop": 826626914
        },
        {
            "start": 826627374,
            "stop": 826640996
        },
        {
            "start": 826641106,
            "stop": 826641119
        }
    ]
}