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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=260",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 261,
    "results": [
        {
            "start": 846384926,
            "stop": 846385712
        },
        {
            "start": 846385714,
            "stop": 846385736
        },
        {
            "start": 846385739,
            "stop": 846385742
        },
        {
            "start": 846385745,
            "stop": 846385941
        },
        {
            "start": 846385943,
            "stop": 846386465
        },
        {
            "start": 846386466,
            "stop": 846388345
        },
        {
            "start": 846388346,
            "stop": 846388350
        },
        {
            "start": 846388353,
            "stop": 846388397
        },
        {
            "start": 846388400,
            "stop": 846388795
        },
        {
            "start": 846388798,
            "stop": 846403513
        },
        {
            "start": 846403515,
            "stop": 846409352
        },
        {
            "start": 846409773,
            "stop": 846421098
        },
        {
            "start": 846421101,
            "stop": 846435820
        },
        {
            "start": 846435969,
            "stop": 846436781
        },
        {
            "start": 846436782,
            "stop": 846438565
        },
        {
            "start": 846438568,
            "stop": 846440173
        },
        {
            "start": 846440272,
            "stop": 846441846
        },
        {
            "start": 846441956,
            "stop": 846442708
        },
        {
            "start": 846442710,
            "stop": 846443949
        },
        {
            "start": 846444402,
            "stop": 846446533
        }
    ]
}