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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=358",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 359,
    "results": [
        {
            "start": 847619876,
            "stop": 847625224
        },
        {
            "start": 847727359,
            "stop": 847729611
        },
        {
            "start": 847731097,
            "stop": 847731698
        },
        {
            "start": 847732935,
            "stop": 847734136
        },
        {
            "start": 847761986,
            "stop": 847764383
        },
        {
            "start": 847764555,
            "stop": 847764665
        },
        {
            "start": 847764963,
            "stop": 847766769
        },
        {
            "start": 847767324,
            "stop": 847784391
        },
        {
            "start": 847786774,
            "stop": 847790232
        },
        {
            "start": 847791310,
            "stop": 847811167
        },
        {
            "start": 847811764,
            "stop": 847812266
        },
        {
            "start": 847812423,
            "stop": 847812704
        },
        {
            "start": 847815286,
            "stop": 847816312
        },
        {
            "start": 847823603,
            "stop": 847824590
        },
        {
            "start": 847834083,
            "stop": 847834371
        },
        {
            "start": 847834372,
            "stop": 847836351
        },
        {
            "start": 847836353,
            "stop": 847836571
        },
        {
            "start": 847837651,
            "stop": 847876140
        },
        {
            "start": 847876922,
            "stop": 847880634
        },
        {
            "start": 847882820,
            "stop": 847888413
        }
    ]
}