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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3131",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3132,
    "results": [
        {
            "start": 868264018,
            "stop": 868264687
        },
        {
            "start": 868264698,
            "stop": 868264722
        },
        {
            "start": 868264728,
            "stop": 868264742
        },
        {
            "start": 868264748,
            "stop": 868278060
        },
        {
            "start": 868278120,
            "stop": 868279680
        },
        {
            "start": 868279860,
            "stop": 868282220
        },
        {
            "start": 868282224,
            "stop": 868282337
        },
        {
            "start": 868282343,
            "stop": 868283820
        },
        {
            "start": 868283880,
            "stop": 868285649
        },
        {
            "start": 868285653,
            "stop": 868288200
        },
        {
            "start": 868288320,
            "stop": 868289032
        },
        {
            "start": 868289038,
            "stop": 868292280
        },
        {
            "start": 868292340,
            "stop": 868294680
        },
        {
            "start": 868294860,
            "stop": 868295280
        },
        {
            "start": 868295340,
            "stop": 868296780
        },
        {
            "start": 868296840,
            "stop": 868297052
        },
        {
            "start": 868297058,
            "stop": 868297140
        },
        {
            "start": 868297260,
            "stop": 868298100
        },
        {
            "start": 868298220,
            "stop": 868300080
        },
        {
            "start": 868300200,
            "stop": 868300378
        }
    ]
}