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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=55",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 56,
    "results": [
        {
            "start": 821778848,
            "stop": 821781382
        },
        {
            "start": 821781829,
            "stop": 821781868
        },
        {
            "start": 821781870,
            "stop": 821782671
        },
        {
            "start": 821784343,
            "stop": 821785093
        },
        {
            "start": 821785493,
            "stop": 821787163
        },
        {
            "start": 821787587,
            "stop": 821787607
        },
        {
            "start": 821787927,
            "stop": 821788042
        },
        {
            "start": 821788442,
            "stop": 821790399
        },
        {
            "start": 821790401,
            "stop": 821790864
        },
        {
            "start": 821790866,
            "stop": 821791344
        },
        {
            "start": 821791346,
            "stop": 821791366
        },
        {
            "start": 821791368,
            "stop": 821797028
        },
        {
            "start": 821797428,
            "stop": 821798760
        },
        {
            "start": 821799388,
            "stop": 821801976
        },
        {
            "start": 821802520,
            "stop": 821802570
        },
        {
            "start": 821803280,
            "stop": 821805125
        },
        {
            "start": 821805733,
            "stop": 821806121
        },
        {
            "start": 821806441,
            "stop": 821806541
        },
        {
            "start": 821806941,
            "stop": 821807632
        },
        {
            "start": 821807952,
            "stop": 821808453
        }
    ]
}